diff --git a/snes/loader/makefile b/snes/loader/makefile index a9a2dc2..5ad3cc2 100644 --- a/snes/loader/makefile +++ b/snes/loader/makefile @@ -20,7 +20,9 @@ SPCFILE = $(SPCSFILES:.asm=.bin) all: spc $(OFILES) $(LD) $(LDFLAGS) linkfile $(ROMFILE) + dd if=$(ROMFILE) bs=1 count=65544 of=rom.smc python conv_rle.py + cp -v loader.[ch] ../../avr/usbload $(OFILES): $(SFILES) $(AC) $(AFLAGS) $(SFILES)