Search
lxdream.org :: lxdream :: changelog
lxdream 0.9.1
released Jun 29
Download Now

16 years agoAdd stub for syscall method
nkeynes [Sun, 16 Sep 2007 07:01:35 +0000]  tree
Add stub for syscall method
src/test/testsh4x86.c


16 years agoAdd DIV1 test cases
nkeynes [Sun, 16 Sep 2007 07:01:07 +0000]  tree
Add DIV1 test cases
Update comment against opcode since it looks to be validated now
src/sh4/sh4core.c
src/sh4/sh4core.in
test/Makefile
test/sh4/div1.s
test/sh4/testsh4.c


16 years agoFix return value for "translated but not entry point" addresses
nkeynes [Sun, 16 Sep 2007 06:59:47 +0000]  tree
Fix return value for "translated but not entry point" addresses
src/sh4/xltcache.c


16 years agoFix exception handling
nkeynes [Thu, 13 Sep 2007 08:28:01 +0000]  tree
Fix exception handling
Fix various instruction bugs
src/sh4/sh4x86.in


16 years agoFix default block return value
nkeynes [Wed, 12 Sep 2007 11:41:43 +0000]  tree
Fix default block return value
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoFix load_spreg/store_spreg
nkeynes [Wed, 12 Sep 2007 11:31:16 +0000]  tree
Fix load_spreg/store_spreg
Fix PREF
Add jump target debug checking
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoHook up the translator as a command line option
nkeynes [Wed, 12 Sep 2007 09:21:01 +0000]  tree
Hook up the translator as a command line option
src/main.c


16 years agoStart splitting the common SH4 parts into sh4.c, with sh4core.c to become
nkeynes [Wed, 12 Sep 2007 09:20:38 +0000]  tree
Start splitting the common SH4 parts into sh4.c, with sh4core.c to become
just the emulation core.
src/Makefile.am
src/Makefile.in
src/sh4/sh4.c
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in


16 years agoFill in most of the FP operations and fix the stack adjustments
nkeynes [Wed, 12 Sep 2007 09:17:52 +0000]  tree
Fill in most of the FP operations and fix the stack adjustments
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoAdd disassembly dump function to xltcache
nkeynes [Wed, 12 Sep 2007 09:16:47 +0000]  tree
Add disassembly dump function to xltcache
src/sh4/xltcache.c
src/sh4/xltcache.h
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h


.