Packard Bell machines: PS/2 mouse commands now suspend dynamic recompilation until the response byte is read, fixes #552.

This commit is contained in:
OBattler
2024-01-25 21:47:15 +01:00
parent c6b5eb6c41
commit cd03b6a31c
4 changed files with 12 additions and 1 deletions

View File

@@ -833,6 +833,9 @@ extern void nmi_raise(void);
extern MMX_REG *MMP[8];
extern uint16_t *MMEP[8];
extern int cpu_block_end;
extern int cpu_override_dynarec;
extern void mmx_init(void);
extern void prefetch_flush(void);