From 63419d9cc07c56234d0f61a80f32105b192aec8e Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 18 Feb 2021 13:31:17 +0800 Subject: Lots of makefile corrections, improved build and toolchain instructions, added elf2cpe converter, fixed typo in plasma_tbl.h of n00bdemo example --- examples/lowlevel/cartrom/rom.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/lowlevel') diff --git a/examples/lowlevel/cartrom/rom.s b/examples/lowlevel/cartrom/rom.s index 14c1167..587ba6f 100644 --- a/examples/lowlevel/cartrom/rom.s +++ b/examples/lowlevel/cartrom/rom.s @@ -3,6 +3,9 @@ # # TurboBoot Example by Lameguy64 # +# Note: This example is being obsoleted as GAS is not ideal for making +# ROM firmwares. Use ARMIPS instead, but it cannot build this example +# as it is not GAS syntax compatible. # Uncomment either PAR or XPLORER depending on the cartridge -- cgit v1.2.3