mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
* Add Model 2 (powered by ULWGL) to EmuDeck Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
20 lines
415 B
Lua
20 lines
415 B
Lua
require ("common")
|
|
|
|
ROMBASE =0x00000000
|
|
RAM2BASE =0x00200000
|
|
RAMBASE =0x00500000
|
|
GEOBASE =0x00800000
|
|
COPBASE =0x00880000
|
|
DLISTBASE =0x00900000
|
|
TMAPBASE =0x01000000
|
|
TMAPGFXBASE =0x01080000
|
|
COLORXLAT =0x01810000
|
|
IOBASE =0x01c00000
|
|
BACKUPBASE =0x01d00000
|
|
DATAROMBASE =0x02000000
|
|
XTRADATABASE =0x06000000
|
|
TEX0BASE =0x11000000
|
|
TEX1BASE =0x11200000
|
|
LUMAXLAT =0x11400000
|
|
FRAMEBUFBASE =0x12c00000
|
|
|