FreeCalypso > hg > freecalypso-tools
comparison loadtools/Makefile @ 828:502aec4c1e8e
fc-buzplay: implement playt command for PWT melodies
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 30 May 2021 20:54:02 +0000 |
parents | 0bbe0213812d |
children | 8a89a42baa70 |
comparison
equal
deleted
inserted
replaced
827:0af2529d9376 | 828:502aec4c1e8e |
---|---|
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 buzplay.o compalload.o defpath.o \ | 30 BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplay.o buzplaypwt.o compalload.o \ |
31 flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ | 31 defpath.o flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ |
32 ltpassthru.o romload.o srecreader.o tpinterf.o | 32 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 |