Skip to content

Commit c547c5b

Browse files
committed
cleanup
1 parent b3c6c89 commit c547c5b

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,12 @@ atinit.a86: baselib.a86 atclock.a86
7474
$(CC) $(CFLAGS) $<
7575
$(STRIP) $@
7676

77-
pce/pceexit.cmd pce/pcever.cmd pce/pcemnt.cmd pce/pcetime.cmd \
78-
pce/pceinit.cmd :
79-
(cd pce;make all)
80-
8177
clean:
8278
$(RM) *.o *.h86 *.log *.sym *.prn *.lst *.obj $(TOOLS)
8379
(cd pce;make clean)
8480

8581

86-
cdostest.img: $(TOOLS) $(PCETOOLS) Makefile test.bin test.txt
82+
cdostest.img: binaries Makefile test.bin test.txt
8783
cp cdosbase.img cdostest.img
8884
-for i in $(PCETOOLS) $(TOOLS);do \
8985
mcopy -o -i cdostest.img $$i ::`basename $$i|tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ` ; \
@@ -92,7 +88,7 @@ cdostest.img: $(TOOLS) $(PCETOOLS) Makefile test.bin test.txt
9288
mcopy -o -i cdostest.img test.bin ::TEST.BIN
9389
mdir -w -i cdostest.img ::*.*
9490

95-
cpmtest.img: $(TOOLS) $(PCETOOLS) Makefile test.bin test.txt
91+
cpmtest.img: binaries Makefile test.bin test.txt
9692
cp cpmbase.img cpmtest.img
9793
cpmcp -f ibmpc-514ss cpmtest.img $(PCETOOLS) 0:
9894
cpmcp -f ibmpc-514ss cpmtest.img $(TOOLS) 0:

cpm86.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ fdc {
170170

171171
drive0 = 0x00
172172
drive1 = 0x01
173-
drive2 = 0x02
174173

175174
accurate = 0
176175
}
@@ -192,6 +191,7 @@ if (cfg.hdc) {
192191
irq = 5
193192

194193
drive0 = 0x80
194+
drive1 = 0x81
195195

196196
switches = 0x00
197197
}
@@ -212,11 +212,11 @@ disk {
212212
optional = 0
213213
}
214214

215+
215216
disk {
216217
drive = 0x80
217218
type = "auto"
218219
file = "cpmhd.img"
219-
optional = 0
220+
optional = 1
220221
}
221222

222-

0 commit comments

Comments
 (0)