From 1b23425efd7606bf6cd509861d9b2d60e033e962 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 10 Feb 2019 11:58:23 -0800 Subject: Initial attempt at interrupts in new Z80 core and integrating it into main executable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a8e68b..0c8b55f 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ endif endif ifdef NEW_CORE -Z80OBJS=z80.o +Z80OBJS=z80.o z80inst.o CFLAGS+= -DNEW_CORE else Z80OBJS=z80inst.o z80_to_x86.o @@ -302,7 +302,7 @@ offsets : offsets.c z80_to_x86.h m68k_core.h vos_prog_info : vos_prog_info.o vos_program_module.o $(CC) -o vos_prog_info vos_prog_info.o vos_program_module.o -%.c : %.cpu +%.c : %.cpu cpu_dsl.py ./cpu_dsl.py -d goto $< > $@ %.o : %.S -- cgit v1.2.3