Y Ddraig
Y Ddraig
I haven't had a look at your emulator, will have to give it a try. I've tried building the code using GCC 6 and GCC 9, is there any specific...
I've uploaded the filesys.img file [here](https://ddraig68k.com/filesys.img) and the ROM file can be found [here](https://ddraig68k.com/ddraig.bin) or there's a much simpler monitor program [here](https://ddraig68k.com/monitor.bin) The first 4 bytes are read from ROM....
This is what I have for GCC. I'll try it with GCC 10 and see if there's any difference $ m68k-elf-gcc -v Using built-in specs. COLLECT_GCC=m68k-elf-gcc COLLECT_LTO_WRAPPER=/opt/m68k-elf/libexec/gcc/m68k-elf/9.5.0/lto-wrapper Target: m68k-elf...
It's quite strange what's going on. I've tried GCC 10 as well now and that didn't make any difference so I don't believe it's an issue with the compiler. The...