redquark-amiberry-rb/src/od-pandora/target.h

34 lines
622 B
C
Raw Normal View History

2015-05-13 18:47:23 +00:00
/*
* UAE - The Un*x Amiga Emulator
*
2015-10-11 14:23:51 +02:00
* Target specific stuff, Pandora version
2015-05-13 18:47:23 +00:00
*
* Copyright 1997 Bernd Schmidt
*/
#define TARGET_NAME "pandora"
2015-10-11 14:23:51 +02:00
#define NO_MAIN_IN_MAIN_C
2015-05-13 18:47:23 +00:00
2015-10-11 14:23:51 +02:00
#define OPTIONSFILENAME "uaeconfig"
2015-05-13 18:47:23 +00:00
extern int emulating;
extern int uae4all_keystate[256];
extern int stylusAdjustX;
extern int stylusAdjustY;
void run_gui(void);
void saveAdfDir(void);
void setCpuSpeed(void);
void resetCpuSpeed(void);
void update_display(struct uae_prefs *);
void graphics_subshutdown (void);
void pandora_stop_sound(void);
void keyboard_init(void);
2015-10-11 14:23:51 +02:00
void reinit_amiga(void);
int count_HDs(struct uae_prefs *p);