filename | src/Makefile.am |
changeset | 1091:186558374345 |
prev | 1086:29776415438d |
next | 1097:d4807997e450 |
author | nkeynes |
date | Tue Dec 15 08:46:37 2009 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Add side-by-side x86+sh4 disassembly output Print SH4 state information and disassembly of the current block when crashing. Fix delay slot instruction in conditional branch not being marked as a delay-slot instruction in the branch-not-taken path. Rename REG_* defines in cpu.h to avoid conflict with translation defs |
file | annotate | diff | log | raw |
1.1 --- a/src/Makefile.am Fri Dec 04 08:44:02 2009 +10001.2 +++ b/src/Makefile.am Tue Dec 15 08:46:37 2009 +10001.3 @@ -40,7 +40,7 @@1.4 lxdream_LINK = $(LINK) @LXDREAMLDFLAGS@1.5 lxdream_LDADD = @LXDREAM_LIBS@ @GLIB_LIBS@ @GTK_LIBS@ @LIBPNG_LIBS@ $(INTLLIBS)1.6 lxdream_SOURCES = \1.7 - main.c version.c config.c config.h lxdream.h dream.h gui.h cpu.h hook.h \1.8 + main.c version.c config.c config.h lxdream.h dream.h gui.h cpu.c cpu.h hook.h \1.9 gettext.h mem.c mem.h sdram.c mmio.h watch.c \1.10 asic.c asic.h clock.h serial.h \1.11 syscall.c syscall.h bios.c dcload.c gdbserver.c \1.12 @@ -91,8 +91,8 @@1.13 test_testsh4x86_SOURCES = test/testsh4x86.c x86dasm/x86dasm.c \1.14 x86dasm/x86dasm.h x86dasm/i386-dis.c x86dasm/dis-init.c \1.15 x86dasm/dis-buf.c \1.16 - sh4/sh4trans.c sh4/sh4x86.c xlat/xltcache.c \1.17 - xlat/xltcache.h mem.c util.c1.18 + sh4/sh4trans.c sh4/sh4x86.c xlat/xltcache.c sh4/sh4dasm.c \1.19 + xlat/xltcache.h mem.c util.c cpu.c1.21 check_PROGRAMS += test/testsh4x861.22 endif
.