Add code to read KB

This commit is contained in:
hkz 2025-07-16 20:37:24 +02:00
commit 8ea172e603
6 changed files with 50 additions and 14 deletions

View file

@ -10,7 +10,7 @@ LIBS=clib-6502.a
# Common source files
ASM_SRCS = tk2k_startup.s
C_SRCS = main.c monitor_subroutines.c utility.c \
game_graphics.c game_logic.c
game_graphics.c game_logic.c input.c
# Object files
OBJS = $(ASM_SRCS:%.s=%.o) $(C_SRCS:%.c=%.o)