X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/2fe441224da6410ec112322abf78524589b15498..c646b5a9585d4c83df048be9198b0662a5881dcb:/z180/Tupfile diff --git a/z180/Tupfile b/z180/Tupfile index 23855f8..c7d79fb 100644 --- a/z180/Tupfile +++ b/z180/Tupfile @@ -1,13 +1,14 @@ include_rules PROG = hdrom +CFBOOT = cfboot 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 +49,9 @@ 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 + #COMMAND="$(AS) -%B/$(AS_OPT)"; \