From 8f4656b7920d37b3f1df5944dfe9307264a52f0b Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 13 Jun 2026 17:19:51 +0100 Subject: Reorganised tape files a bit and select one if none selected when patch is hit --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f8a0a14..96193fe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -40,6 +40,7 @@ SOURCE = main.c \ util.c \ kbbmp.c \ exit.c \ + tape.c \ expr.c \ z80.c \ z80_decode.c \ @@ -55,6 +56,7 @@ OBJECTS = main.o \ util.o \ kbbmp.o \ exit.o \ + tape.o \ expr.o \ z80.o \ z80_decode.o \ -- cgit v1.3