Some MMX optimizations.

This commit is contained in:
OBattler
2023-07-16 03:43:54 +02:00
parent e47e1b62c8
commit 1d59351c03
5 changed files with 11 additions and 6 deletions

View File

@@ -850,4 +850,9 @@ extern void cpu_fast_off_reset(void);
extern void smi_raise(void);
extern void nmi_raise(void);
extern MMX_REG *MMP[8];
extern uint16_t *MMEP[8];
extern void mmx_init(void);
#endif /*EMU_CPU_H*/