mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core z80, bus blocking for VDP DMA
This commit is contained in:
parent
274dd51a60
commit
ebde43de9d
3 changed files with 11 additions and 1 deletions
|
@ -299,6 +299,7 @@ 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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue