mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
gfx chip faker, hint vector
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@20 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ab0607f7e4
commit
d1df87866b
5 changed files with 217 additions and 10 deletions
|
@ -161,6 +161,7 @@ struct PicoSRAM
|
|||
// MCD
|
||||
#include "cd/cd_sys.h"
|
||||
#include "cd/LC89510.h"
|
||||
#include "cd/gfx_cd.h"
|
||||
|
||||
struct mcd_misc
|
||||
{
|
||||
|
@ -183,6 +184,7 @@ typedef struct
|
|||
CDD cdd;
|
||||
CDC cdc;
|
||||
_scd scd;
|
||||
Rot_Comp rot_comp;
|
||||
struct mcd_misc m;
|
||||
} mcd_state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue