And more.

This commit is contained in:
OBattler
2022-07-16 04:09:49 +02:00
parent 8a8d7857d3
commit dcd7cc9047
2 changed files with 2 additions and 2 deletions

View File

@@ -1499,7 +1499,7 @@ static void
if (dev->type < 4) {
cpu_fast_off_val = dev->regs[0][0xa8];
cpu_fast_off_count = cpu_fast_off_val + 1;
cpu_fast_off_register(&dev->fast_off_timer);
cpu_register_fast_off_handler(&dev->fast_off_timer);
} else
cpu_fast_off_val = cpu_fast_off_count = 0;

View File

@@ -504,7 +504,7 @@ sio_init(const device_t *info)
cpu_fast_off_val = dev->regs[0xa8];
cpu_fast_off_count = cpu_fast_off_val + 1;
cpu_fast_off_register(&dev->fast_off_timer);
cpu_register_fast_off_handler(&dev->fast_off_timer);
} else
cpu_fast_off_val = cpu_fast_off_count = 0;