diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-20 00:02:42 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-20 00:02:42 +0000 |
commit | 1f7e9c076768e6dc4aa0e5aef0a120a9a234c00b (patch) | |
tree | a032b026f0451870e42e2978e377896d45510f80 /src/Makefile | |
parent | 6bbeddada8aceec51f76a727448d88467ef6b037 (diff) |
Changed Z80 core and fixed raising of interrupt on R register.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 5ff98c5..5103ab6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.11 2006-09-16 22:54:59 ianc Exp $ +# $Id: Makefile,v 1.12 2006-09-20 00:02:42 ianc Exp $ # @@ -212,7 +212,7 @@ memmenu.o: /usr/local/include/SDL11/SDL_mouse.h memmenu.o: /usr/local/include/SDL11/SDL_video.h memmenu.o: /usr/local/include/SDL11/SDL_mutex.h memmenu.o: /usr/local/include/SDL11/SDL_quit.h -memmenu.o: /usr/local/include/SDL11/SDL_version.h gfx.h gui.h util.h +memmenu.o: /usr/local/include/SDL11/SDL_version.h gfx.h gui.h expr.h util.h util.o: /usr/include/stdio.h /usr/include/sys/cdefs.h util.o: /usr/include/sys/_null.h /usr/include/sys/_types.h util.o: /usr/include/machine/_types.h /usr/include/string.h |