X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/2fe441224da6410ec112322abf78524589b15498..24ba732a4e11bae37bd42f3c9317a5d54597b11a:/z180/Tupfile diff --git a/z180/Tupfile b/z180/Tupfile index 23855f8..0c3f95e 100644 --- a/z180/Tupfile +++ b/z180/Tupfile @@ -1,13 +1,15 @@ include_rules PROG = hdrom +CFBOOT = cfboot +CPUINFO = cpuinfo SRC = init.180 SRC += ddtz.180 -#SRC += fifoio.180 msgbuf.180 asci-p.180 console.180 -SRC += msgbuf-a.180 conbuf-a.180 asci-p.180 bioscio.180 chario.180 -# serial (asci1) console only: -#SRC += asci1-i.180 console.180 +SRC += msgbuf-a.180 conbuf-a.180 +#SRC += bioscio.180 chario.180 +SRC += console.180 +SRC += asci-p.180 SRC += romend.180 @@ -48,6 +50,12 @@ rm -f ${OUTPUT}; exit ${ERROR} \ : $(PROG).hex |> srec_cat -o %o -c_array %B -C_COMpressed -include %f -Intel |> $(PROG).c | $(PROG).h +: $(CFBOOT).180 |> $(AS) -%B/HFS |> %B.hex | %B.lst +: $(CFBOOT).hex |> srec_cat -o %o -c_array %B -C_COMpressed -include %f -Intel |> $(CFBOOT).c | $(CFBOOT).h + +: $(CPUINFO).180 |> $(AS) -%B/HFS |> %B.hex | %B.lst +: $(CPUINFO).hex |> srec_cat -o %o -c_array %B -C_COMpressed -include %f -Intel |> $(CPUINFO).c | $(CPUINFO).h + #COMMAND="$(AS) -%B/$(AS_OPT)"; \