Hi,
I am giving this a try as a cartridge format on the C64. I made the cartridge from this site https://github.com/SukkoPera/OpenC64Cart16K. I used the below commands (cartconv utility from the VICE emulator) to make the mdbasic.bin file off the mdbasic.prg file.
First convert PRG to CRT format.
cartconv -t normal -i mdbasic.prg -o mdbasic.crt
then convert the CRT format to BIN format by stripping out all VICE stuff.
cartconv -i mdbasic.crt -o mdbasic.bin
mdbasic.bin is produced exactly 16KB, that is, 16384 bytes. I flashed it to the EEPROM 27C512 successfully.
But the C64 crashes with a blank screen when I use the cartrdige, that is, the mbasic.bin. I am wondering 1) if you had tried the cartridge format for MDBasic. 2) that I am not converting the PRG to the BIN file correctly.
Attached is the zip file with the .PRG and .BIN and .CRT files.
I tried VICE by loading the CRT file, and it crashes exactly like my cartridge with the .BIN file programmed into the 27C512 EEPROM. Please see attached image.
Thanks for any tips.
MDBASIC.zip

Hi,
I am giving this a try as a cartridge format on the C64. I made the cartridge from this site https://github.com/SukkoPera/OpenC64Cart16K. I used the below commands (cartconv utility from the VICE emulator) to make the mdbasic.bin file off the mdbasic.prg file.
First convert PRG to CRT format.
cartconv -t normal -i mdbasic.prg -o mdbasic.crt
then convert the CRT format to BIN format by stripping out all VICE stuff.
cartconv -i mdbasic.crt -o mdbasic.bin
mdbasic.bin is produced exactly 16KB, that is, 16384 bytes. I flashed it to the EEPROM 27C512 successfully.
But the C64 crashes with a blank screen when I use the cartrdige, that is, the mbasic.bin. I am wondering 1) if you had tried the cartridge format for MDBasic. 2) that I am not converting the PRG to the BIN file correctly.
Attached is the zip file with the .PRG and .BIN and .CRT files.
I tried VICE by loading the CRT file, and it crashes exactly like my cartridge with the .BIN file programmed into the 27C512 EEPROM. Please see attached image.
Thanks for any tips.
MDBASIC.zip