mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 03:42:49 +02:00
Spacing
This commit is contained in:
@@ -793,7 +793,7 @@ LD_X_Y(a,b) LD_X_Y(a,c) LD_X_Y(a,d) LD_X_Y(a,e) LD_X_Y(a,h) LD_X_Y(a,l) LD_X_DHL
|
|||||||
// fire the debugger if software breakpoints are enabled
|
// fire the debugger if software breakpoints are enabled
|
||||||
static void ld_b_b(GB_gameboy_t *gb, uint8_t opcode)
|
static void ld_b_b(GB_gameboy_t *gb, uint8_t opcode)
|
||||||
{
|
{
|
||||||
if(gb->has_software_breakpoints) {
|
if (gb->has_software_breakpoints) {
|
||||||
GB_debugger_break(gb);
|
GB_debugger_break(gb);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user