MSX disc creation

Post Reply
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

MSX disc creation

Post by dom »

I've just merged support to create MSXDOS format discs (720k DSDD discs)

This can be used from two different ports:

zcc +cpm -subtype=msx -create-app

Will create a CP/M program that thanks to the ABI compatibility will work in MSX-DOS

zcc +msx -subtype=disk -create-app

The disk subtype has been extended to additionally create a 720k DSDD disc image.
Post Reply