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

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


16 years agoMove EXC_* codes to sh4core.h and rename to match the EX_* codes
nkeynes [Tue, 04 Sep 2007 08:38:33 +0000]  tree
Move EXC_* codes to sh4core.h and rename to match the EX_* codes
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/sh4core.in


16 years agoAdd method to retrieve the size of a block, given the code pointer (useful
nkeynes [Tue, 04 Sep 2007 08:32:44 +0000]  tree
Add method to retrieve the size of a block, given the code pointer (useful
for eg disassembling the block)
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoChange sh4x86 test to translate/disasm full basic blocks
nkeynes [Tue, 04 Sep 2007 08:32:10 +0000]  tree
Change sh4x86 test to translate/disasm full basic blocks
Add prelim sym-tab support
src/test/testsh4x86.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h


16 years agoAdd tests for CMPSTR, DIV0U, DIV0S, SHLD, and SHAD
nkeynes [Tue, 04 Sep 2007 08:30:22 +0000]  tree
Add tests for CMPSTR, DIV0U, DIV0S, SHLD, and SHAD
test/Makefile
test/sh4/cmpstr.s
test/sh4/div0.s
test/sh4/shld.s
test/sh4/testsh4.c


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


.