Some CPU fixes, should fix compiling.

This commit is contained in:
OBattler
2021-06-07 00:06:17 +02:00
parent 59d1469a07
commit 166f64d422
3 changed files with 31 additions and 5 deletions

View File

@@ -698,6 +698,10 @@ typedef struct
extern uint32_t addr64, addr64_2;
extern uint32_t addr64a[8], addr64a_2[8];
extern int soft_reset_pci;
extern int reset_on_hlt, hlt_reset_pending;
extern cyrix_t cyrix;
extern void (*cpu_exec)(int cycs);