feat: allow gui and gdbstub to run in parallel

This commit is contained in:
2023-02-13 20:01:40 -06:00
parent 49706842af
commit 01f5410180
4 changed files with 51 additions and 29 deletions

View File

@@ -986,8 +986,7 @@ pub const Ppu = struct {
cpu.handleInterrupt();
}
// See if HBlank DMA is present and not enabled
// If we're not also in VBlank, attempt to run any pending DMA Reqs
if (!self.dispstat.vblank.read())
dma.onBlanking(cpu.bus, .HBlank);