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

13 years agoImplement shadow-execution 'core' to run translator + interpreter side by
nkeynes [Mon, 13 Sep 2010 10:13:42 +1000]  tree
Implement shadow-execution 'core' to run translator + interpreter side by
side (for testing)
src/Makefile.am
src/Makefile.in
src/main.c
src/sh4/sh4.c
src/sh4/sh4.h
src/sh4/sh4core.in
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
...

13 years agoGTK: Force file extension when creating files
nkeynes [Sat, 11 Sep 2010 09:58:22 +1000]  tree
GTK: Force file extension when creating files
src/gtkui/gtk_ctrl.c
src/gtkui/gtkcb.c
src/gtkui/gtkui.h
src/sh4/timer.c
test/Makefile.in


13 years agoGTK: Comment out non-existent setting menu-items, to reduce potential
nkeynes [Sat, 11 Sep 2010 09:44:21 +1000]  tree
GTK: Comment out non-existent setting menu-items, to reduce potential
confusion
src/gtkui/gtkui.c


13 years agoTweak debug window layout to give the mode dropdown a little more room by default
nkeynes [Sat, 11 Sep 2010 09:39:30 +1000]  tree
Tweak debug window layout to give the mode dropdown a little more room by default
src/gtkui/gtk_debug.c


13 years agoClose tmpfiles at exit rather than destroying them, to avoid triggering the assertion
nkeynes [Fri, 10 Sep 2010 21:42:41 +1000]  tree
Close tmpfiles at exit rather than destroying them, to avoid triggering the assertion
due to the source still being referenced
src/drivers/cdrom/sector.c


13 years agoAdd missing sh4_translate_breakpoint_hit to the symbol table
nkeynes [Fri, 10 Sep 2010 08:50:55 +1000]  tree
Add missing sh4_translate_breakpoint_hit to the symbol table
Change asm() to __asm__() as it's more likely to work
src/sh4/sh4x86.in


13 years agoRun the eventq at the end of the time-slice rather than the beginning, so
nkeynes [Fri, 10 Sep 2010 08:48:34 +1000]  tree
Run the eventq at the end of the time-slice rather than the beginning, so
that it runs for the correct period of time when the time-slice finishes
early
src/dreamcast.c
src/eventq.c
src/eventq.h


13 years agoFix timing of long events (failed to take into account the current time)
nkeynes [Wed, 08 Sep 2010 23:16:47 +1000]  tree
Fix timing of long events (failed to take into account the current time)
src/eventq.c


13 years agoFix wrapped cdrom ELF images (writing to wild memory, natch)
nkeynes [Wed, 08 Sep 2010 17:24:16 +1000]  tree
Fix wrapped cdrom ELF images (writing to wild memory, natch)
src/loader.c


13 years agoActually report the error when the command-line disc or bin couldn't be loaded
nkeynes [Wed, 08 Sep 2010 08:43:15 +1000]  tree
Actually report the error when the command-line disc or bin couldn't be loaded
src/main.c


.