mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: vints, dram read, hw divider. Doom runs, but fragile to timing
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@792 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a44737c187
commit
97d3f47fbe
3 changed files with 43 additions and 5 deletions
|
@ -406,6 +406,7 @@ typedef struct
|
|||
#define P32XS2_ADEN (1<< 9)
|
||||
#define P32XS_FULL (1<< 7) // DREQ FIFO full
|
||||
#define P32XS_68S (1<< 2)
|
||||
#define P32XS_DMA (1<< 1)
|
||||
#define P32XS_RV (1<< 0)
|
||||
|
||||
#define P32XV_nPAL (1<<15) // VDP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue