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:
notaz 2008-05-07 21:37:51 +00:00
parent d49b10c2f2
commit 1e6b5e39f4
6 changed files with 67 additions and 34 deletions

View file

@ -78,6 +78,7 @@ typedef struct
// internal
int fifo_bytes;
int line_counter;
unsigned int r1, r12;
} picohw_state;
extern picohw_state PicoPicohw;