Replace Bit32u with uint32_t

This commit is contained in:
Emmanuel Gil Peyrot
2020-09-28 02:45:29 +02:00
parent 9c64c99bab
commit c0a106535e
212 changed files with 3786 additions and 3788 deletions

View File

@@ -21,7 +21,7 @@ void DEBUG_DrawScreen(void);
bool DEBUG_Breakpoint(void);
bool DEBUG_IntBreakpoint(uint8_t intNum);
void DEBUG_Enable(bool pressed);
void DEBUG_CheckExecuteBreakpoint(uint16_t seg, Bit32u off);
void DEBUG_CheckExecuteBreakpoint(uint16_t seg, uint32_t off);
bool DEBUG_ExitLoop(void);
void DEBUG_RefreshPage(char scroll);
Bitu DEBUG_EnableDebugger(void);