Future support for higher clocked CPU's

This commit is contained in:
Jasmine Iwanek
2023-10-13 15:34:00 -04:00
parent d909b86fd5
commit f6a5229a98
13 changed files with 131 additions and 39 deletions

View File

@@ -258,7 +258,7 @@ CPU *cpu_s;
uint8_t do_translate = 0;
uint8_t do_translate2 = 0;
void (*cpu_exec)(int cycs);
void (*cpu_exec)(int32_t cycs);
static uint8_t ccr0;
static uint8_t ccr1;