08-01-2012, 12:38 PM
nitrofurano Wrote:i knew now that someone adapted zxbasic compiler to create Sega Master System roms? did someone try it?Of course. :!:
<!-- m --><a class="postlink" href="http://www.smspower.org/forums/viewtopic.php?t=12902">http://www.smspower.org/forums/viewtopic.php?t=12902</a><!-- m -->
if it is working fine, or close to it, maybe it could somehow be available officially here from Boriel's website?
I'm still refactoring the compiler (this is a long-term task), to enable multiple-targets (MSX, etc...).
For most Z80 architectures, I guess the fastest way is to create a /library/arch, so the compiler generates generic .z80 asm files and then the assembler assembles the final result to the target architecture. Unfortunately, I need info on how to generate binary files for MSX, Sega, etc. and emulators to test them.
Currently I'm starting with BlueMSX for MSX files.