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

16 years agoAdd initial unit test programs
nkeynes [Tue, 28 Aug 2007 08:47:35 +0000]  tree
Add initial unit test programs
src/Makefile.am
src/Makefile.in
src/test/testsh4x86.c
src/test/testxlt.c


16 years agoAdd the i386 disassembler from binutils (why write your own if you don't
nkeynes [Tue, 28 Aug 2007 08:46:54 +0000]  tree
Add the i386 disassembler from binutils (why write your own if you don't
have to) to use for translator validation
src/x86dasm/README
src/x86dasm/ansidecl.h
src/x86dasm/bfd.h
src/x86dasm/config.h
src/x86dasm/dis-asm.h
src/x86dasm/dis-buf.c
src/x86dasm/dis-init.c
src/x86dasm/i386-dis.c
src/x86dasm/opintl.h
src/x86dasm/symcat.h
...

16 years agoTranslator WIP: fill out and correct another batch of instructions
nkeynes [Tue, 28 Aug 2007 08:46:14 +0000]  tree
Translator WIP: fill out and correct another batch of instructions
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoUpdate generated files
nkeynes [Thu, 23 Aug 2007 12:34:43 +0000]  tree
Update generated files
Makefile.in
aclocal.m4
configure


16 years agoCommit decoder generator
nkeynes [Thu, 23 Aug 2007 12:33:27 +0000]  tree
Commit decoder generator
Translator work in progress
Fix mac.l, mac.w in emu core
src/Makefile.am
src/Makefile.in
src/dreamcast.h
src/sh4/sh4.def
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in
src/sh4/sh4trans.c
...

16 years agoAdd tests for mac.l and mac.w
nkeynes [Thu, 23 Aug 2007 12:31:31 +0000]  tree
Add tests for mac.l and mac.w
Start test cases for fmov
Update exception tests
test/Makefile
test/sh4/excslot.s
test/sh4/float.s
test/sh4/fmov.s
test/sh4/ftrc.s
test/sh4/mac.s
test/sh4/testsh4.c
test/sh4/undef.s


17 years agoAdd tests for FLOAT and FTRC
nkeynes [Tue, 13 Feb 2007 08:34:27 +0000]  tree
Add tests for FLOAT and FTRC
Comment out user-mode exception test (broken)
test/Makefile
test/sh4/excslot.s
test/sh4/float.s
test/sh4/ftrc.s
test/sh4/inc.s
test/sh4/testsh4.c


17 years agoFix crash when display driver does not supply a keysym resolver
nkeynes [Tue, 13 Feb 2007 08:28:50 +0000]  tree
Fix crash when display driver does not supply a keysym resolver
src/display.c


17 years agoBug 27: FBO support MILESTONE2
nkeynes [Sun, 11 Feb 2007 10:17:03 +0000]  tree
Bug 27: FBO support
Update calls to pvr2_render_buffer_invalidate() for changes in #27
src/sh4/sh4mem.c


17 years agoUpdate release notes for M2 release
nkeynes [Sun, 11 Feb 2007 10:15:23 +0000]  tree
Update release notes for M2 release
RELEASE_NOTES
STATUS


.