Add more RGBLINK tests (#1639)

This commit is contained in:
Rangi
2025-01-29 12:53:44 -05:00
committed by GitHub
parent f61019dd68
commit e20347e38c
6 changed files with 26 additions and 13 deletions

View File

@@ -1,2 +1,2 @@
error: test: ROMX sections must be in bank 1 (if any) with option -t
error: Section "test" has type ROMX, which must be in bank 1 (if any) with option `-t`
Linking failed with 1 error

View File

@@ -0,0 +1,3 @@
error: Section "test1" has type WRAMX, which must be in bank 1 with options `-w` or `-d`
error: Section "test2" has type VRAM, which must be in bank 0 with option `-d`
Linking failed with 2 errors

View File

@@ -0,0 +1,5 @@
SECTION "test1", WRAMX, BANK[2]
db
SECTION "test2", VRAM, BANK[1]
db

View File

@@ -1,2 +1,2 @@
error: v1: VRAM bank 1 can't be used with option -d
error: Section "v1" has type VRAM, which must be in bank 0 with option `-d`
Linking failed with 1 error