mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp, improve save state handling (bg dma)
This commit is contained in:
parent
b1a6586688
commit
e45908d734
2 changed files with 31 additions and 14 deletions
|
@ -313,8 +313,8 @@ struct PicoVideo
|
|||
unsigned char hint_cnt;
|
||||
unsigned char pad2;
|
||||
unsigned short hv_latch; // latched hvcounter value
|
||||
signed int fifo_cnt; // pending xfers for current FIFO queue entry
|
||||
unsigned char pad[0x04];
|
||||
signed int fifo_cnt; // pending xfers for blocking FIFO queue entries
|
||||
signed int fifo_bgcnt; // pending xfers for background FIFO queue entries
|
||||
};
|
||||
|
||||
struct PicoMisc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue