mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
svp compiler: some fixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@380 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d527628282
commit
e122fae6f4
4 changed files with 31 additions and 33 deletions
|
@ -52,15 +52,12 @@ typedef struct
|
|||
#define SSP_WAIT_MASK 0xe000
|
||||
unsigned int emu_status; // 484
|
||||
/* used by recompiler only: */
|
||||
unsigned int ptr_rom; // 488
|
||||
unsigned int ptr_iram_rom; // 48c
|
||||
unsigned int ptr_dram; // 490
|
||||
/*
|
||||
unsigned int blocktab;
|
||||
unsigned int blocktab_iram;
|
||||
unsigned int iram_context;
|
||||
*/
|
||||
unsigned int pad[27];
|
||||
struct {
|
||||
unsigned int ptr_rom; // 488
|
||||
unsigned int ptr_iram_rom; // 48c
|
||||
unsigned int ptr_dram; // 490
|
||||
unsigned int iram_dirty; // 494
|
||||
} drc;
|
||||
} ssp1601_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue