# HG changeset patch # User Michael Pavone # Date 1418609520 28800 # Node ID fa345ce3e5bdf7b5c4583ad8f01e2eb691d93dca # Parent d77c79cec8009f4fc8a3bea6d82f9fbc62c26e16 Produce a listing file when assembling 68K test ROMs diff -r d77c79cec800 -r fa345ce3e5bd Makefile --- a/Makefile Wed Dec 03 09:32:32 2014 -0800 +++ b/Makefile Sun Dec 14 18:12:00 2014 -0800 @@ -88,7 +88,7 @@ $(CC) $(CFLAGS) -c -o $@ $< %.bin : %.s68 - vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ $< + vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $< %.bin : %.sz8 vasmz80_mot -Fbin -spaces -o $@ $<