We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bc07b commit cbbd8eaCopy full SHA for cbbd8ea
examples/msx/README
@@ -1,4 +1,2 @@
1
Examples for the MSX target platform.
2
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
lib/config/msx.cfg
@@ -13,6 +13,7 @@ OPTIONS -O2 -SO2 -iquote. -D__Z80__ -D__Z80 -DMSX -D__MSX__ -M -subtype=defaul
13
14
SUBTYPE none
15
SUBTYPE default -Cz+msx -Cz--fmsx -startup=1 -lndos
16
+SUBTYPE bin -Cz+msx -startup=1 -lndos
17
SUBTYPE disk -Cz+msx -Cz--disk -startup=1 -lndos
18
SUBTYPE wav -Cz+msx -Cz--fmsx -Cz--audio -Cz--fast -startup=1 -lndos
19
SUBTYPE rom -Cz+msxrom -startup=3 -lndos -D__ROM__
0 commit comments