mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
move more globals to PicoInterface
similar reasons as before
This commit is contained in:
parent
075672bf9f
commit
6311a3baf5
27 changed files with 244 additions and 247 deletions
|
@ -6,13 +6,13 @@
|
|||
#define OFS_Pico_m_hardware 0x0047
|
||||
#define OFS_Pico_m_z80_reset 0x004f
|
||||
#define OFS_Pico_m_sram_reg 0x0049
|
||||
#define OFS_Pico_sv 0x007c
|
||||
#define OFS_Pico_sv_data 0x007c
|
||||
#define OFS_Pico_sv_start 0x0080
|
||||
#define OFS_Pico_sv_end 0x0084
|
||||
#define OFS_Pico_sv_flags 0x0088
|
||||
#define OFS_Pico_rom 0x031c
|
||||
#define OFS_Pico_romsize 0x0320
|
||||
#define OFS_Pico_sv 0x008c
|
||||
#define OFS_Pico_sv_data 0x008c
|
||||
#define OFS_Pico_sv_start 0x0090
|
||||
#define OFS_Pico_sv_end 0x0094
|
||||
#define OFS_Pico_sv_flags 0x0098
|
||||
#define OFS_Pico_rom 0x033c
|
||||
#define OFS_Pico_romsize 0x0340
|
||||
#define OFS_EST_DrawScanline 0x00
|
||||
#define OFS_EST_rendstatus 0x04
|
||||
#define OFS_EST_DrawLineDest 0x08
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue