FreeCalypso > hg > freecalypso-tools
comparison loadtools/Makefile @ 895:850b4f066d75
fc-buzplay: unified play command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 03 Apr 2022 08:30:35 +0000 |
parents | 7ade15d4e0cb |
children | 511e2b85c115 |
comparison
equal
deleted
inserted
replaced
894:7ade15d4e0cb | 895:850b4f066d75 |
---|---|
25 XRAM_OBJS= chainload.o clmain.o compalload.o crc32tab.o defexitstub.o \ | 25 XRAM_OBJS= chainload.o clmain.o compalload.o crc32tab.o defexitstub.o \ |
26 defpath.o flashstubs.o hexdecode.o hwparam.o initscript.o \ | 26 defpath.o flashstubs.o hexdecode.o hwparam.o initscript.o \ |
27 labaud.o lacrc32.o romload.o secondprog.o srecreader.o \ | 27 labaud.o lacrc32.o romload.o secondprog.o srecreader.o \ |
28 tpinterf.o tpinterf2.o tpinterfb.o ttypassthru.o | 28 tpinterf.o tpinterf2.o tpinterfb.o ttypassthru.o |
29 | 29 |
30 BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplaybu.o buzplaypwt.o compalload.o \ | 30 BUZPLAY_OBJS= bpdispatch.o bpmain.o bpunify.o buzplaybu.o buzplaypwt.o \ |
31 defpath.o flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ | 31 compalload.o defpath.o flashstubs.o hexdecode.o hwparam.o \ |
32 ltpassthru.o romload.o srecreader.o tpinterf.o | 32 labaud.o ltexit.o ltpassthru.o romload.o srecreader.o tpinterf.o |
33 | 33 |
34 ROMDUMP_OBJS= compalload.o defpath.o flashstubs.o hexdecode.o hwparam.o \ | 34 ROMDUMP_OBJS= compalload.o defpath.o flashstubs.o hexdecode.o hwparam.o \ |
35 labaud.o ltexit.o romdump.o romload.o srecreader.o tpinterf.o \ | 35 labaud.o ltexit.o romdump.o romload.o srecreader.o tpinterf.o \ |
36 tpinterf2.o | 36 tpinterf2.o |
37 | 37 |