mirror of
https://github.com/garrettsworkshop/MacIIROMDiskDriver.git
synced 2024-11-21 12:30:49 +00:00
More tweaks to build system
This commit is contained in:
parent
5568fe98b1
commit
2d1175af69
2
Makefile
2
Makefile
@ -9,7 +9,6 @@ all: bin/IIxIIcxSE30/IIxIIcxSE30_8M.bin bin/IIci/IIci_8M.bin bin/IIfx/IIfx_8M.bi
|
||||
|
||||
obj:
|
||||
mkdir $@
|
||||
|
||||
bin:
|
||||
mkdir $@
|
||||
bin/IIsi: bin
|
||||
@ -22,7 +21,6 @@ bin/IIfx: bin
|
||||
mkdir $@
|
||||
|
||||
|
||||
|
||||
obj/entry.o: entry.s obj
|
||||
$(AS) $< -o $@
|
||||
|
||||
|
7
entry.s
7
entry.s
@ -4,13 +4,6 @@
|
||||
.EQU kioResult, 16
|
||||
.EQU kcsCode, 26
|
||||
.EQU JIODone, 0x08FC
|
||||
.GLOBAL RDiskSig
|
||||
.GLOBAL RDiskDBGNamePos
|
||||
.GLOBAL RDiskDBGDisPos
|
||||
.GLOBAL RDiskDBGDisByte
|
||||
.GLOBAL RDiskCDRNamePos
|
||||
.GLOBAL RDiskCDRDisPos
|
||||
.GLOBAL RDiskCDRDisByte
|
||||
|
||||
dc.l 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
dc.l 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
Loading…
Reference in New Issue
Block a user