diff Makefile @ 2521:8cf7cadc17ee

Initial SC-3000 support
author Michael Pavone <pavone@retrodev.com>
date Fri, 11 Oct 2024 00:46:53 -0700
parents a4f8fa24764b
children c076a96f1668
line wrap: on
line diff
--- a/Makefile	Mon Oct 07 21:38:54 2024 -0700
+++ b/Makefile	Fri Oct 11 00:46:53 2024 -0700
@@ -264,8 +264,8 @@
 ifdef NOZ80
 CFLAGS+=-DNO_Z80
 else
-MAINOBJS+= sms.o $(Z80OBJS)
-LIBOBJS+= sms.o $(Z80OBJS)
+MAINOBJS+= sms.o i8255.o $(Z80OBJS)
+LIBOBJS+= sms.o i8255.o $(Z80OBJS)
 endif
 
 ifeq ($(OS),Windows)