Skip to content

Commit 5870156

Browse files
committed
Remember to include mkfs and rawdisk in the NC200 disk image.
Fixes: #75
1 parent 45d5ff6 commit 5870156

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

arch/nc200/build.py

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,18 @@
120120
bootfile=".+bootfile",
121121
map={
122122
"-readme.txt": ".+readme",
123-
"dump.com": "cpmtools+dump",
124-
"stat.com": "cpmtools+stat",
125123
"asm.com": "cpmtools+asm",
126-
"copy.com": "cpmtools+copy",
127-
"submit.com": "cpmtools+submit",
124+
"asm80.com": "third_party/dr/asm80",
128125
"bbcbasic.com": "third_party/bbcbasic+bbcbasic_ADM3A",
129126
"camel80.com": "third_party/camelforth",
130-
"asm80.com": "third_party/dr/asm80",
127+
"copy.com": "cpmtools+copy",
128+
"dump.com": "cpmtools+dump",
129+
"mkfs.com": "cpmtools+mkfs",
131130
"qe.com": "cpmtools+qe_NC200",
132-
"z8e.com": "third_party/z8e+z8e_NC200",
131+
"rawdisk.com": "cpmtools+rawdisk",
132+
"stat.com": "cpmtools+stat",
133+
"submit.com": "cpmtools+submit",
133134
"ted.com": "third_party/ted+ted_NC200",
135+
"z8e.com": "third_party/z8e+z8e_NC200",
134136
},
135137
)

0 commit comments

Comments
 (0)