Base version of the floppicator

This commit is contained in:
hkz 2025-09-01 16:40:51 +02:00
commit 2abdb84acc
8 changed files with 181 additions and 22 deletions

View file

@ -12,8 +12,8 @@ PRG=master
# Libraries
LIBS=clib-6502.a
ASM_SRCS = tk2k_startup.s preserve_zero_pages.s disk2.s
C_SRCS = main.c graphics.c utility.c line_data.c
ASM_SRCS = tk2k_startup.s preserve_zero_pages.s disk2.s sound.s
C_SRCS = main.c graphics.c utility.c line_data.c input.c
# Object files
OBJS = $(ASM_SRCS:%.s=%.o) $(C_SRCS:%.c=%.o)