diff Makefile @ 593:5ef3fe516da9

Z80 core is sort of working again
author Michael Pavone <pavone@retrodev.com>
date Mon, 22 Dec 2014 20:55:10 -0800
parents 29d99db6f55d
children f822d9216968
line wrap: on
line diff
--- a/Makefile	Wed Dec 17 23:03:19 2014 -0800
+++ b/Makefile	Mon Dec 22 20:55:10 2014 -0800
@@ -38,7 +38,7 @@
 endif
 endif
 
-Z80OBJS=z80inst.o z80_to_x86.o zruntime.o
+Z80OBJS=z80inst.o z80_to_x86.o
 AUDIOOBJS=ym2612.o psg.o wave.o
 CONFIGOBJS=config.o tern.o util.o