mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: RLE mode + tweaks, VR runs but unstable as everything else
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@795 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
be20816c4c
commit
1b3f584492
4 changed files with 47 additions and 19 deletions
|
@ -718,6 +718,7 @@ static __inline int isspace_(int c)
|
|||
#define EL_CDREGS 0x00020000 /* MCD: register access */
|
||||
#define EL_CDREG3 0x00040000 /* MCD: register 3 only */
|
||||
#define EL_32X 0x00080000
|
||||
#define EL_PWM 0x00100000 /* 32X PWM stuff (LOTS of output) */
|
||||
|
||||
#define EL_STATUS 0x40000000 /* status messages */
|
||||
#define EL_ANOMALY 0x80000000 /* some unexpected conditions (during emulation) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue