Implemented support for Pause Emulation function (mapped through custom controls) - fixes #414
This commit is contained in:
parent
2b5f278754
commit
9d6bba2376
12 changed files with 513 additions and 278 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue