Implemented support for Pause Emulation function (mapped through custom controls) - fixes #414

This commit is contained in:
Dimitris Panokostas 2019-02-09 01:41:02 +01:00
parent 2b5f278754
commit 9d6bba2376
12 changed files with 513 additions and 278 deletions

View file

@ -312,6 +312,7 @@ extern void REGPARAM3 MakeFromSR_T0(void) REGPARAM;
extern void REGPARAM3 Exception (int) REGPARAM;
extern void REGPARAM3 Exception_cpu(int) REGPARAM;
extern void NMI (void);
extern void NMI_delayed(void);
extern void doint (void);
extern void dump_counts (void);
extern int m68k_move2c (int, uae_u32 *);