core z80, revert non-working ebde43d (bus blocking DMA)

This commit is contained in:
kub 2024-06-24 21:37:37 +02:00
parent 444c592a1d
commit 711628f3a3
3 changed files with 0 additions and 13 deletions

View file

@ -300,7 +300,6 @@ extern SH2 sh2s[2];
#define PVS_DMAFILL (1 << 20) // DMA fill is waiting for fill data
#define PVS_DMABG (1 << 21) // background DMA operation is running
#define PVS_FIFORUN (1 << 22) // FIFO is processing
#define PVS_Z80WAIT (1 << 23) // Z80 blocked by VDP DMA
struct PicoVideo
{