mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
Pico version reg, irq3 handling changed
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@443 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d49b10c2f2
commit
1e6b5e39f4
6 changed files with 67 additions and 34 deletions
|
@ -78,6 +78,7 @@ typedef struct
|
|||
// internal
|
||||
int fifo_bytes;
|
||||
int line_counter;
|
||||
unsigned int r1, r12;
|
||||
} picohw_state;
|
||||
extern picohw_state PicoPicohw;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue