X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/23f85294a1f0ba1900bd3210965201cf73c04d6c..31f423d23267efa289e032e5b98d9760727381b4:/z180/Tupfile diff --git a/z180/Tupfile b/z180/Tupfile index 46aae4e..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 asci1-i.180 console.180 -SRC += msgbuf-a.180 conbuf-a.180 asci1-i.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)"; \