Skip to content

Commit cbbd8ea

Browse files
committed
Issues z88dk#2578, z88dk#2579: Minor +msx changes
1 parent 37bc07b commit cbbd8ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: examples/msx/README

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
Examples for the MSX target platform.
22
To make the examples in a form to be loaded and run via BASIC, use the default Makefile.
3-
To create MSXDOS executables, issue the following command:
4-
make -f Makefile.msd

Diff for: lib/config/msx.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ OPTIONS -O2 -SO2 -iquote. -D__Z80__ -D__Z80 -DMSX -D__MSX__ -M -subtype=defaul
1313

1414
SUBTYPE none
1515
SUBTYPE default -Cz+msx -Cz--fmsx -startup=1 -lndos
16+
SUBTYPE bin -Cz+msx -startup=1 -lndos
1617
SUBTYPE disk -Cz+msx -Cz--disk -startup=1 -lndos
1718
SUBTYPE wav -Cz+msx -Cz--fmsx -Cz--audio -Cz--fast -startup=1 -lndos
1819
SUBTYPE rom -Cz+msxrom -startup=3 -lndos -D__ROM__

0 commit comments

Comments
 (0)