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

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


16 years agoFix warning
nkeynes [Sat, 08 Sep 2007 04:38:11 +0000]  tree
Fix warning
src/sh4/sh4mem.c


16 years agoHandle video driver init failure cleanly (fallback to headless)
nkeynes [Sat, 08 Sep 2007 04:05:35 +0000]  tree
Handle video driver init failure cleanly (fallback to headless)
Hookup shutdown for the GTK driver
src/display.c
src/display.h
src/drivers/video_gtk.c
src/drivers/video_x11.c
src/drivers/video_x11.h
src/main.c


16 years agoMove the store queue operation to a function in sh4mem.c
nkeynes [Sat, 08 Sep 2007 03:12:21 +0000]  tree
Move the store queue operation to a function in sh4mem.c
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/sh4mem.c
src/test/testsh4x86.c


16 years agoMore translator WIP - blocks are approaching something sane
nkeynes [Tue, 04 Sep 2007 08:40:23 +0000]  tree
More translator WIP - blocks are approaching something sane
src/sh4/sh4trans.c
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


.