mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add more tests for RGBFIX
This commit is contained in:
23
test/fix/bad-huc1-features.err
Normal file
23
test/fix/bad-huc1-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("HUC1")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-huc1-features.flags
Normal file
1
test/fix/bad-huc1-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m HUC1
|
||||
23
test/fix/bad-mbc-name.err
Normal file
23
test/fix/bad-mbc-name.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Unknown MBC "MBC9"
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc-name.flags
Normal file
1
test/fix/bad-mbc-name.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC9
|
||||
23
test/fix/bad-mbc-parse.err
Normal file
23
test/fix/bad-mbc-parse.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Unknown MBC "123abc"
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc-parse.flags
Normal file
1
test/fix/bad-mbc-parse.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m 123abc
|
||||
1
test/fix/bad-mbc-range.err
Normal file
1
test/fix/bad-mbc-range.err
Normal file
@@ -0,0 +1 @@
|
||||
FATAL: Specified MBC ID out of range 0-255: "999"
|
||||
1
test/fix/bad-mbc-range.flags
Normal file
1
test/fix/bad-mbc-range.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m 999
|
||||
23
test/fix/bad-mbc2-features.err
Normal file
23
test/fix/bad-mbc2-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("MBC2+TIMER")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc2-features.flags
Normal file
1
test/fix/bad-mbc2-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC2+TIMER
|
||||
23
test/fix/bad-mbc3-features.err
Normal file
23
test/fix/bad-mbc3-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("MBC3+TIMER+RUMBLE+BATTERY")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc3-features.flags
Normal file
1
test/fix/bad-mbc3-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC3+TIMER+RUMBLE+BATTERY
|
||||
23
test/fix/bad-mbc5-features.err
Normal file
23
test/fix/bad-mbc5-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("MBC5+RUMBLE+BATTERY")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc5-features.flags
Normal file
1
test/fix/bad-mbc5-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC5+RUMBLE+BATTERY
|
||||
23
test/fix/bad-mbc6-features.err
Normal file
23
test/fix/bad-mbc6-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("MBC6+RAM")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc6-features.flags
Normal file
1
test/fix/bad-mbc6-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC6+RAM
|
||||
23
test/fix/bad-mbc7-features.err
Normal file
23
test/fix/bad-mbc7-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("MBC7+TIMER")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-mbc7-features.flags
Normal file
1
test/fix/bad-mbc7-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC7+TIMER
|
||||
23
test/fix/bad-tpp1-features.err
Normal file
23
test/fix/bad-tpp1-features.err
Normal file
@@ -0,0 +1,23 @@
|
||||
FATAL: Features incompatible with MBC ("TPP1_1.0+BATTERY+TIMER+SENSOR")
|
||||
Accepted MBC names:
|
||||
ROM ($00) [aka ROM_ONLY]
|
||||
MBC1 ($01), MBC1+RAM ($02), MBC1+RAM+BATTERY ($03)
|
||||
MBC2 ($05), MBC2+BATTERY ($06)
|
||||
ROM+RAM ($08) [deprecated], ROM+RAM+BATTERY ($09) [deprecated]
|
||||
MMM01 ($0B), MMM01+RAM ($0C), MMM01+RAM+BATTERY ($0D)
|
||||
MBC3+TIMER+BATTERY ($0F), MBC3+TIMER+RAM+BATTERY ($10)
|
||||
MBC3 ($11), MBC3+RAM ($12), MBC3+RAM+BATTERY ($13)
|
||||
MBC5 ($19), MBC5+RAM ($1A), MBC5+RAM+BATTERY ($1B)
|
||||
MBC5+RUMBLE ($1C), MBC5+RUMBLE+RAM ($1D), MBC5+RUMBLE+RAM+BATTERY ($1E)
|
||||
MBC6 ($20)
|
||||
MBC7+SENSOR+RUMBLE+RAM+BATTERY ($22)
|
||||
POCKET_CAMERA ($FC)
|
||||
BANDAI_TAMA5 ($FD) [aka TAMA5]
|
||||
HUC3 ($FE)
|
||||
HUC1+RAM+BATTERY ($FF)
|
||||
|
||||
TPP1_1.0, TPP1_1.0+RUMBLE, TPP1_1.0+MULTIRUMBLE, TPP1_1.0+TIMER,
|
||||
TPP1_1.0+TIMER+RUMBLE, TPP1_1.0+TIMER+MULTIRUMBLE, TPP1_1.0+BATTERY,
|
||||
TPP1_1.0+BATTERY+RUMBLE, TPP1_1.0+BATTERY+MULTIRUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER, TPP1_1.0+BATTERY+TIMER+RUMBLE,
|
||||
TPP1_1.0+BATTERY+TIMER+MULTIRUMBLE
|
||||
1
test/fix/bad-tpp1-features.flags
Normal file
1
test/fix/bad-tpp1-features.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m TPP1_1.0+BATTERY+TIMER+SENSOR -r 8
|
||||
1
test/fix/mbc-mbc3-timer.err
Normal file
1
test/fix/mbc-mbc3-timer.err
Normal file
@@ -0,0 +1 @@
|
||||
warning: "MBC3+TIMER" implies "BATTERY" [-Wmbc]
|
||||
1
test/fix/mbc-mbc3-timer.flags
Normal file
1
test/fix/mbc-mbc3-timer.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m MBC3+TIMER
|
||||
BIN
test/fix/mbc-mbc3-timer.gb
Normal file
BIN
test/fix/mbc-mbc3-timer.gb
Normal file
Binary file not shown.
BIN
test/fix/tpp1-rumble.bin
Normal file
BIN
test/fix/tpp1-rumble.bin
Normal file
Binary file not shown.
6
test/fix/tpp1-rumble.err
Normal file
6
test/fix/tpp1-rumble.err
Normal file
@@ -0,0 +1,6 @@
|
||||
warning: TPP1 requests RAM implicitly if given a non-zero RAM size [-Wmbc]
|
||||
warning: Overwrote a non-zero byte in the cartridge type [-Woverwrite]
|
||||
warning: Overwrote a non-zero byte in the TPP1 identification code [-Woverwrite]
|
||||
warning: Overwrote a non-zero byte in the TPP1 revision number [-Woverwrite]
|
||||
warning: Overwrote a non-zero byte in the RAM size [-Woverwrite]
|
||||
warning: Overwrote a non-zero byte in the TPP1 feature flags [-Woverwrite]
|
||||
1
test/fix/tpp1-rumble.flags
Normal file
1
test/fix/tpp1-rumble.flags
Normal file
@@ -0,0 +1 @@
|
||||
-m TPP1_1.0+RAM+BATTERY+TIMER+RUMBLE -r 8
|
||||
BIN
test/fix/tpp1-rumble.gb
Normal file
BIN
test/fix/tpp1-rumble.gb
Normal file
Binary file not shown.
BIN
test/fix/warning-as-error.bin
Normal file
BIN
test/fix/warning-as-error.bin
Normal file
Binary file not shown.
2
test/fix/warning-as-error.err
Normal file
2
test/fix/warning-as-error.err
Normal file
@@ -0,0 +1,2 @@
|
||||
error: Overwrote a non-zero byte in the mask ROM version number [-Werror=overwrite]
|
||||
Fixing "<filename>" failed with 1 error
|
||||
1
test/fix/warning-as-error.flags
Normal file
1
test/fix/warning-as-error.flags
Normal file
@@ -0,0 +1 @@
|
||||
-Werror=overwrite -n 11
|
||||
BIN
test/fix/warning-as-error.gb
Normal file
BIN
test/fix/warning-as-error.gb
Normal file
Binary file not shown.
Reference in New Issue
Block a user