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

8 years agoAdd support for extracting the ELF symbol table and printing symbol names
nkeynes [Wed, 27 May 2015 08:46:29 +1000]  tree
Add support for extracting the ELF symbol table and printing symbol names
alongside the SH4 disassembly
src/loader.c
src/sh4/sh4.h
src/sh4/sh4dasm.h
src/sh4/sh4dasm.in
src/sh4/sh4trans.c


8 years agoRemove static from gl_load_frame_buffer() - also needed by video_egl.c
nkeynes [Sun, 24 May 2015 19:46:06 +1000]  tree
Remove static from gl_load_frame_buffer() - also needed by video_egl.c
Fix error location in gl_frame_buffer_to_tex
src/drivers/video_gl.c
src/drivers/video_gl.h


9 years agoFix assorted compile warnings reported by Clang
nkeynes [Wed, 04 Feb 2015 08:38:23 +1000]  tree
Fix assorted compile warnings reported by Clang
src/bios.c
src/cocoaui/cocoa_cfg.m
src/cocoaui/cocoa_ctrl.m
src/cocoaui/cocoa_prefs.m
src/cocoaui/cocoa_win.m
src/cocoaui/cocoaui.h
src/cocoaui/cocoaui.m
src/display.c
src/drivers/cdrom/cd_cdi.c
src/drivers/cdrom/cd_gdi.c
...

9 years agoFix missed glib includes in Obj-C files
nkeynes [Sun, 18 Jan 2015 20:00:38 +1000]  tree
Fix missed glib includes in Obj-C files
src/cocoaui/cocoa_ctrl.m
src/cocoaui/paths_osx.m
src/drivers/osx_iokit.m


11 years agoChange glib includes to #include <glib.h> rather than the individual
nkeynes [Sat, 26 Jan 2013 14:00:48 +1000]  tree
Change glib includes to #include <glib.h> rather than the individual
headers, as recent glib versions are breaking on this
src/aica/audio.c
src/aica/audio.h
src/config.c
src/config.h
src/drivers/cdrom/cd_gdi.c
src/drivers/cdrom/cd_mmc.c
src/drivers/cdrom/cdrom.c
src/drivers/cdrom/cdrom.h
src/drivers/cdrom/defs.h
src/drivers/cdrom/drive.c
...

11 years agoMerge workaround for interpreted mode accesses to the OC ram regions in AT=0
nkeynes [Mon, 15 Oct 2012 21:19:22 +1000]  tree
Merge workaround for interpreted mode accesses to the OC ram regions in AT=0
cases. Still broken for other cases
src/sh4/mmu.c


11 years agoInvalidate render buffers when vram32 region is written from DMA / store
nkeynes [Wed, 19 Sep 2012 08:42:18 +1000]  tree
Invalidate render buffers when vram32 region is written from DMA / store
queue. Patch from Guinux, thanks!
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c


11 years agoSubst LDFLAGS_FOR_BUILD in configure
nkeynes [Sat, 25 Aug 2012 14:09:07 +1000]  tree
Subst LDFLAGS_FOR_BUILD in configure
configure
m4/ccforbuild.m4


11 years agoMove the generated prologue/epilogue code out into a common entry stub
nkeynes [Fri, 24 Aug 2012 08:53:50 +1000]  tree
Move the generated prologue/epilogue code out into a common entry stub
(reduces space requirements) and pre-save all saved registers. Change
FASTCALL to use 3 regs instead of 2 since we can now keep everything in
regs.
src/lxdream.h
src/sh4/mmux86.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h


11 years agoHandle corner case in pvr2_run_slice when we've previously slightly overrun
nkeynes [Sat, 04 Aug 2012 08:46:28 +1000]  tree
Handle corner case in pvr2_run_slice when we've previously slightly overrun
the end of the time slice
src/pvr2/pvr2.c


.