mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 19:08:32 +08:00
Replace Bit32u with uint32_t
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user