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

12 years agoGDB: Support ^C interruption from GDB
nkeynes [Thu, 15 Mar 2012 08:26:06 +1000]  tree
GDB: Support ^C interruption from GDB
- postpone dreamcast_run() until after the IO callback returns (callback
won't be called again until the callback returns, so blocks all input)
- generate stop notifications when the DC stops, regardless of where the
stop originates.
src/gdbserver.c


12 years agoAdd assert to make sure we're not registering too many modules. Possibly
nkeynes [Thu, 15 Mar 2012 08:21:22 +1000]  tree
Add assert to make sure we're not registering too many modules. Possibly
should just make this a linked list anyway.
src/dreamcast.c


12 years agoBreak large PVR dma transfers up into blocks to avoid potentially allocating
nkeynes [Mon, 12 Mar 2012 18:06:24 +1000]  tree
Break large PVR dma transfers up into blocks to avoid potentially allocating
8MB+ on the stack. Patch from guinux, thanks!
src/asic.c


12 years agoUpdate .hgignore
nkeynes [Tue, 06 Mar 2012 17:43:54 +1000]  tree
Update .hgignore
.hgignore


12 years agoAdd missing android files
nkeynes [Tue, 06 Mar 2012 17:41:54 +1000]  tree
Add missing android files
android/project.properties
android/res/drawable/tb_pause.png


12 years agoReport egl driver in configure output
nkeynes [Tue, 06 Mar 2012 17:35:21 +1000]  tree
Report egl driver in configure output
configure
configure.in


12 years agoMerge ARM disassembler from binutils 2.22
nkeynes [Tue, 06 Mar 2012 12:42:33 +1000]  tree
Merge ARM disassembler from binutils 2.22
src/Makefile.am
src/Makefile.in
src/xlat/disasm/arm-dis.c
src/xlat/disasm/arm.h
src/xlat/disasm/bfd.h
src/xlat/disasm/dis-asm.h
src/xlat/disasm/floatformat.c
src/xlat/disasm/floatformat.h
src/xlat/disasm/safe-ctype.c
src/xlat/disasm/safe-ctype.h


12 years agoMove x86dasm/* files under xlat/disasm
nkeynes [Tue, 06 Mar 2012 12:19:08 +1000]  tree
Move x86dasm/* files under xlat/disasm
src/Makefile.am
src/Makefile.in
src/x86dasm/README
src/x86dasm/ansidecl.h
src/x86dasm/bfd.h
src/x86dasm/dis-asm.h
src/x86dasm/dis-buf.c
src/x86dasm/dis-init.c
src/x86dasm/i386-dis.c
src/x86dasm/symcat.h
...

12 years agoBreak host disassembly bits out of sh4x86.in, and move the generic disasm
nkeynes [Tue, 06 Mar 2012 09:04:34 +1000]  tree
Break host disassembly bits out of sh4x86.in, and move the generic disasm
bits from x86dasm to xlat.
src/Makefile.am
src/Makefile.in
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/test/testsh4x86.c
src/x86dasm/i386-dis.c
src/x86dasm/x86dasm.c
src/x86dasm/x86dasm.h
src/xlat/xlatdasm.c
...

12 years agoFix boundary of the first vertical gap in view
nkeynes [Mon, 05 Mar 2012 22:20:33 +1000]  tree
Fix boundary of the first vertical gap in view
src/drivers/video_gl.c


.