mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
32x: various gfx related bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@856 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5a68108691
commit
e51e5983fe
6 changed files with 45 additions and 27 deletions
|
@ -437,6 +437,8 @@ typedef struct
|
|||
#define P32XV_PRI (1<< 7)
|
||||
#define P32XV_Mx (3<< 0) // display mode mask
|
||||
|
||||
#define P32XV_SFT (1<< 0)
|
||||
|
||||
#define P32XV_VBLK (1<<15)
|
||||
#define P32XV_HBLK (1<<14)
|
||||
#define P32XV_PEN (1<<13)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue