Update z80c.bin's LATEST during xcomp instead of using slatest
This commit is contained in:
parent
6f896caf7a
commit
bc3aabc84e
@ -23,9 +23,8 @@ $(BLKUNPACK): $(BLKPACK)
|
|||||||
|
|
||||||
# z80c.bin is not in the prerequisites because it's a bootstrap
|
# z80c.bin is not in the prerequisites because it's a bootstrap
|
||||||
# binary that should be updated manually through make updatebootstrap.
|
# binary that should be updated manually through make updatebootstrap.
|
||||||
forth0.bin: $(SLATEST)
|
forth0.bin:
|
||||||
cp z80c.bin $@
|
cp z80c.bin $@
|
||||||
$(SLATEST) $@
|
|
||||||
cat pre.fs emul.fs >> $@
|
cat pre.fs emul.fs >> $@
|
||||||
|
|
||||||
forth0-bin.h: forth0.bin $(BIN2C)
|
forth0-bin.h: forth0.bin $(BIN2C)
|
||||||
|
@ -14,4 +14,6 @@ H@ XOFF !
|
|||||||
282 LOAD ( boot.z80 )
|
282 LOAD ( boot.z80 )
|
||||||
393 LOAD ( icore )
|
393 LOAD ( icore )
|
||||||
(entry) _
|
(entry) _
|
||||||
|
( Update LATEST )
|
||||||
|
H@ XOFF @ - XOFF @ 8 + !
|
||||||
H@ 256 /MOD 2 PC! 2 PC!
|
H@ 256 /MOD 2 PC! 2 PC!
|
||||||
|
BIN
emul/z80c.bin
BIN
emul/z80c.bin
Binary file not shown.
Loading…
Reference in New Issue
Block a user