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

16 years agoFix TRAPA (translator) and add test case
nkeynes [Tue, 20 Nov 2007 08:31:34 +0000]  tree
Fix TRAPA (translator) and add test case
src/sh4/sh4x86.c
src/sh4/sh4x86.in
test/Makefile.in
test/sh4/testsh4.c
test/sh4/trapa.s


16 years agoFix PREF for x86-64, add load_ptr macro
nkeynes [Mon, 19 Nov 2007 08:51:03 +0000]  tree
Fix PREF for x86-64, add load_ptr macro
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoMove name-to-driver mappings to display.c and audio.c respectively
nkeynes [Mon, 19 Nov 2007 08:47:39 +0000]  tree
Move name-to-driver mappings to display.c and audio.c respectively
Move responsibility for invoking texcache_gl_init() to the driver
src/aica/audio.c
src/aica/audio.h
src/display.c
src/display.h
src/drivers/video_x11.c
src/main.c


16 years agoHandle inability to connect the X server a little more cleanly
nkeynes [Mon, 19 Nov 2007 08:46:30 +0000]  tree
Handle inability to connect the X server a little more cleanly
src/drivers/video_gtk.c
src/gui/gtkui.c


16 years agoMake esound optional (only build driver if present)
nkeynes [Mon, 19 Nov 2007 08:45:00 +0000]  tree
Make esound optional (only build driver if present)
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in


16 years agoChange SH4_TRANSLATOR to use defined constants
nkeynes [Sun, 18 Nov 2007 11:13:42 +0000]  tree
Change SH4_TRANSLATOR to use defined constants
configure
configure.in


16 years agox86-64 translator work-in-progress
nkeynes [Sun, 18 Nov 2007 11:12:44 +0000]  tree
x86-64 translator work-in-progress
src/sh4/sh4core.h
src/sh4/sh4mem.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h
src/sh4/xltcache.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h


16 years agoDon't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
nkeynes [Sat, 17 Nov 2007 06:04:19 +0000]  tree
Don't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/sh4/sh4.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoAdd config.guess, config.sub files
nkeynes [Sat, 17 Nov 2007 01:30:01 +0000]  tree
Add config.guess, config.sub files
config.guess
config.sub


16 years agoMove the failing TA tests into a separate file for now - there's a bug about
nkeynes [Sat, 17 Nov 2007 01:18:09 +0000]  tree
Move the failing TA tests into a separate file for now - there's a bug about
these already (basically error handling behaviour)
test/testta-fail.data
test/testta5.data


.