mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
split memories away from Pico
saves ~3k of code on ARM because Pico no longer crosses ldr limit
This commit is contained in:
parent
e64886365d
commit
88fd63ad10
30 changed files with 633 additions and 587 deletions
|
@ -1,11 +1,26 @@
|
|||
/* autogenerated by ./tools/mkoffsets, do not edit */
|
||||
#define OFS_DrawScanline 0x00
|
||||
#define OFS_rendstatus 0x04
|
||||
#define OFS_DrawLineDest 0x08
|
||||
#define OFS_HighCol 0x0c
|
||||
#define OFS_HighPreSpr 0x10
|
||||
#define OFS_Pico_video 0x14
|
||||
#define OFS_Pico_vram 0x18
|
||||
#define OFS_PicoOpt 0x1c
|
||||
#define OFS_Draw2FB 0x20
|
||||
#define OFS_HighPal 0x24
|
||||
/* autogenerated by tools/mkoffsets, do not edit */
|
||||
#define OFS_Pico_video_reg 0x0000
|
||||
#define OFS_Pico_m_rotate 0x0040
|
||||
#define OFS_Pico_m_z80Run 0x0041
|
||||
#define OFS_Pico_m_dirtyPal 0x0046
|
||||
#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_EST_DrawScanline 0x00
|
||||
#define OFS_EST_rendstatus 0x04
|
||||
#define OFS_EST_DrawLineDest 0x08
|
||||
#define OFS_EST_HighCol 0x0c
|
||||
#define OFS_EST_HighPreSpr 0x10
|
||||
#define OFS_EST_Pico 0x14
|
||||
#define OFS_EST_PicoMem_vram 0x18
|
||||
#define OFS_EST_PicoMem_cram 0x1c
|
||||
#define OFS_EST_PicoOpt 0x20
|
||||
#define OFS_EST_Draw2FB 0x24
|
||||
#define OFS_EST_HighPal 0x28
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue