mirror of
https://codeberg.org/hkzlab/TK2000_floppicator.git
synced 2026-01-10 16:53:07 +11:00
Base version of the floppicator
This commit is contained in:
parent
5c6994b253
commit
2abdb84acc
8 changed files with 181 additions and 22 deletions
4
Makefile
4
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue