mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename OPT_CONTWRAM to OPT_DMG_MODE
Now, it will also make sure that VRAM bank 1 isn't used. Man page updated. Tests added. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
6
test/link/vram-fixed-dmg-mode.asm
Normal file
6
test/link/vram-fixed-dmg-mode.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
SECTION "v0", VRAM, BANK[0]
|
||||
DS $2000
|
||||
|
||||
SECTION "v1", VRAM, BANK[1]
|
||||
DS $2000
|
||||
|
||||
Reference in New Issue
Block a user