Format RGBFIX and RGBGFX warnings/errors the same way as RGBASM and RGBLINK

This commit is contained in:
Rangi42
2025-08-11 15:16:00 -04:00
parent 02310489c6
commit 30a8503dcd
52 changed files with 105 additions and 186 deletions

View File

@@ -1,10 +1,5 @@
warning: [-Wmbc]
TPP1 overwrites region flag for its identification code, ignoring `-j`
warning: [-Woverwrite]
Overwrote a non-zero byte in the cartridge type
warning: [-Woverwrite]
Overwrote a non-zero byte in the TPP1 identification code
warning: [-Woverwrite]
Overwrote a non-zero byte in the TPP1 revision number
warning: [-Woverwrite]
Overwrote a non-zero byte in the TPP1 feature flags
warning: TPP1 overwrites region flag for its identification code, ignoring `-j` [-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 TPP1 feature flags [-Woverwrite]