diff options
author | David Guillen Fandos | 2021-03-25 23:01:20 +0100 |
---|---|---|
committer | David Guillen Fandos | 2021-03-26 23:13:26 +0100 |
commit | 7ea6c5e247a742af6f7acfbf215c23264410451f (patch) | |
tree | 125364f2f35fc15e103e3b20a1229062730cfe00 /arm | |
parent | a494a3f00ee3bd35ee9ab76f8cd4f164da080113 (diff) | |
download | picogpsp-7ea6c5e247a742af6f7acfbf215c23264410451f.tar.gz picogpsp-7ea6c5e247a742af6f7acfbf215c23264410451f.tar.bz2 picogpsp-7ea6c5e247a742af6f7acfbf215c23264410451f.zip |
Move OAM RAM to stubs also
Makes accesses more efficient for MIPS. Make accesses also fast for palette
reads.
Diffstat (limited to 'arm')
-rw-r--r-- | arm/arm_stub.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm/arm_stub.S b/arm/arm_stub.S index 8e6cc9b..374daba 100644 --- a/arm/arm_stub.S +++ b/arm/arm_stub.S @@ -820,6 +820,8 @@ defsymbl(palette_ram) .space 0x400 defsymbl(palette_ram_converted) .space 0x400 +defsymbl(oam_ram) + .space 0x400 defsymbl(spsr) .space 24 defsymbl(reg_mode) |