start sequencer

This commit is contained in:
2024-06-06 17:05:17 +02:00
parent 9cf2ca6453
commit e9baf05baf
4 changed files with 220 additions and 3 deletions

View File

@ -12,7 +12,7 @@ ASFLAGS=$(COMMONFLAGS) -D__ASSEMBLER__
LDFLAGS=-mmcu=$(MCU) -L $(TOOLCHAIN_PREFIX)/include
$(ARTIFACT).elf: main.o scheduler.o psg.o
$(ARTIFACT).elf: main.o scheduler.o psg.o sequencer.o
$(CC) -o $@ $(LDFLAGS) $^
$(OBJDUMP) -D $(ARTIFACT).elf > $(ARTIFACT).txt