Merge latest TomB version as of 8 July 2016
This commit is contained in:
parent
a33d65dcda
commit
c7db909caf
68 changed files with 15264 additions and 4322 deletions
|
@ -13,8 +13,6 @@
|
|||
#define OPTIONSFILENAME "uaeconfig"
|
||||
|
||||
extern int emulating;
|
||||
extern int JoystickButton[20]; //Joystick Button state
|
||||
extern int uae4all_keystate[256];
|
||||
|
||||
extern int z3_start_adr;
|
||||
extern int rtg_start_adr;
|
||||
|
@ -31,7 +29,9 @@ void graphics_subshutdown (void);
|
|||
|
||||
void pandora_stop_sound(void);
|
||||
|
||||
void keyboard_init(void);
|
||||
void keyboard_settrans (void);
|
||||
int translate_pandora_keys(int symbol, int *modifier);
|
||||
void SimulateMouseOrJoy(int code, int keypressed);
|
||||
|
||||
void reinit_amiga(void);
|
||||
int count_HDs(struct uae_prefs *p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue