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

15 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


15 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


15 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


15 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


15 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


15 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


15 years agoSkip over the "undefined" instructions that actually pass on the SH4 - leaving
nkeynes [Sat, 17 Nov 2007 01:17:01 +0000]  tree
Skip over the "undefined" instructions that actually pass on the SH4 - leaving
in until we can determine if they actually do anything, or if they're
effectively NOPs
test/sh4/undef.s


15 years agoReturn the number of failed tests (ie 0 = success)
nkeynes [Sat, 17 Nov 2007 01:16:06 +0000]  tree
Return the number of failed tests (ie 0 = success)
test/sh4/testsh4.c


15 years agoDetect presence of SH4 + ARM cross-compilers, and disable the system tests if
nkeynes [Sat, 17 Nov 2007 01:13:41 +0000]  tree
Detect presence of SH4 + ARM cross-compilers, and disable the system tests if
we don't find the sh-elf environment.
Detect build host to see if we can make a working translator
Makefile.am
Makefile.in
configure
configure.in
test/Makefile
test/Makefile.in


15 years agoMove native cd drivers under the drivers directory
nkeynes [Fri, 16 Nov 2007 23:51:23 +0000]  tree
Move native cd drivers under the drivers directory
src/Makefile.am
src/Makefile.in
src/drivers/cd_linux.c
src/drivers/cd_none.c
src/gdrom/cdnone.c
src/gdrom/linux.c


.