From a1eeedf61c65935bb38a0fefd5447c10df317605 Mon Sep 17 00:00:00 2001 From: arcadez2003 <51386955+arcadez2003@users.noreply.github.com> Date: Sat, 3 Jul 2021 14:02:44 +0100 Subject: [PATCH] mc8123.c --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index df08e5ee..5f4835a9 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1038,6 +1038,7 @@ SOURCES_C += \ $(CORE_DIR)/drivers/mirax.c \ $(CORE_DIR)/machine/model1_machine.c $(CORE_DIR)/vidhrdw/model1_vidhrdw.c $(CORE_DIR)/drivers/model1.c \ $(CORE_DIR)/drivers/calorie.c \ + $(CORE_DIR)/machine/mc8123_machine.c \ $(CORE_DIR)/machine/namcoio_machine.c