mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-01 17:59:18 +11:00
Add code to read KB
This commit is contained in:
parent
d8f5c22350
commit
8ea172e603
6 changed files with 50 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue