mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, fix Pico horizontal irq (on irq level 5)
This commit is contained in:
parent
214a6c624c
commit
ba2b97dc24
5 changed files with 10 additions and 7 deletions
|
@ -312,7 +312,7 @@ struct PicoVideo
|
|||
unsigned char debug_p; // ... parsed: PVD_*
|
||||
unsigned char addr_u; // bit16 of .addr
|
||||
unsigned char hint_cnt;
|
||||
unsigned char pad2;
|
||||
unsigned char hint_irq; // irq# of HINT (4 on MD, 5 on Pico)
|
||||
unsigned short hv_latch; // latched hvcounter value
|
||||
signed int fifo_cnt; // pending xfers for blocking FIFO queue entries
|
||||
signed int fifo_bgcnt; // pending xfers for background FIFO queue entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue