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

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


16 years agoStart in on the FP instructions (simplest possible impl)
nkeynes [Tue, 11 Sep 2007 21:23:48 +0000]  tree
Start in on the FP instructions (simplest possible impl)
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoCache the pointer to the last FR bank (speeds fp ops up by about 10%)
nkeynes [Tue, 11 Sep 2007 02:14:46 +0000]  tree
Cache the pointer to the last FR bank (speeds fp ops up by about 10%)
Implement experimental fix for FLOAT/FTRC
Make read/write sr functions non-static (share with translator)
Much more translator WIP
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
src/test/testsh4x86.c


16 years agoIf a render buffer can't be obtained, skip the render
nkeynes [Tue, 11 Sep 2007 01:05:05 +0000]  tree
If a render buffer can't be obtained, skip the render
src/pvr2/pvr2.c


16 years agoAdd time-limited run option (for time trials)
nkeynes [Sat, 08 Sep 2007 04:38:38 +0000]  tree
Add time-limited run option (for time trials)
src/dreamcast.c
src/dreamcast.h
src/main.c


.