On Sat, Mar 31, 2018 at 01:18:46PM +0200, Klemens Nanni wrote: > I did a quick test, the toolchain seems to work and my ROM starts, but > that might mean nothing at all: > > $ cat > a.s > section "die",rom0 This must be a banked ROM section (ROMX).
> di ; disable interrupts > stop ; stop the cpu > $ rgbasm -o a.o a.s > $ rgblink -o a.gb a.o > $ rgbfix -v a.gb > $ mednafen a.gb > > Have fun!