CPU changes.

This commit is contained in:
OBattler
2022-07-16 03:21:21 +02:00
parent c58360df3e
commit a35c4aa674
2 changed files with 18 additions and 10 deletions

View File

@@ -733,9 +733,10 @@ extern uint8_t do_translate, do_translate2;
extern void reset_808x(int hard);
extern void cpu_register_fast_off_handler(void *timer, double *period);
extern void cpu_register_fast_off_handler(void *timer);
extern void cpu_fast_off_advance(void);
extern void cpu_fast_off_period_set(uint16_t vla, double period);
extern void cpu_fast_off_reset(void);
extern void smi_raise();
extern void nmi_raise();