V1.2 not working in MAX.
I have tested all 3 versions in C64 and all 3 are working, as you know all MAX cartridges run on a C64, but not the other way around.
The cartridge's hardware must be fine because I can run other 8K MAX games on it. I followed the same process that with OLD MINE, first converting the CRT file to BIN (The file needed to burn a EPROM). For this used WinVICE's cartconv.exe
cartconv -i WaveHero.crt -o WaveHero.bin
And then burning the EPROM with the BIN file.
The hardware is configured in 8K ultimax: #EXROM=1, #GAME=0 : start $E000-$FFFF #ROMH
I will have a look to the crt format when I have more time.