Zack Buhman 3b82199d08 sound_cpu__interrupt: add slot visuals
This shows the value of some of the most relevant SCSP slot fields.
2023-05-19 23:08:19 +00:00

15 lines
219 B
Makefile

CFLAGS = -I../saturn
OPT = -Og
LIB = ../saturn
all:
include $(LIB)/m68k/common.mk
%.pcm.o: %.pcm
$(BUILD_BINARY_O)
slot.elf: slot.o sine-44100-s16be-1ch.pcm.o
interrupt.elf: interrupt.o jojo-11025-s16be-1ch.pcm.o