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

15 years agoAdd trailing newline
nkeynes [Tue, 02 Sep 2008 23:24:47 +0000]  tree
Add trailing newline
src/gtkui/gtk_win.c


15 years agoAdd sh4/pmm.c to the makefile
nkeynes [Tue, 02 Sep 2008 11:53:50 +0000]  tree
Add sh4/pmm.c to the makefile
src/Makefile.am
src/Makefile.in


15 years agoInitial implementation of the performance counters, only working one for now
nkeynes [Tue, 02 Sep 2008 11:53:16 +0000]  tree
Initial implementation of the performance counters, only working one for now
is raw clock cycles (0x23)
src/sh4/mmu.c
src/sh4/pmm.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4mmio.h


15 years agoAdd omitted ctype.h include
nkeynes [Tue, 02 Sep 2008 03:34:23 +0000]  tree
Add omitted ctype.h include
src/gdrom/gdimage.c


15 years agoImplement absolute positioning mouse mode when not grabbed
nkeynes [Tue, 02 Sep 2008 03:34:00 +0000]  tree
Implement absolute positioning mouse mode when not grabbed
enable/disable grab on dreamcast start/stop where it's requested
by the controllers
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/display.c
src/display.h
src/dreamcast.c
src/drivers/video_osx.c
src/gtkui/gtk_win.c
src/gtkui/gtkui.c
src/gui.h
...

15 years agoAdd flag to maple devices indicating whether they need a mouse grab to operate
nkeynes [Tue, 02 Sep 2008 00:42:43 +0000]  tree
Add flag to maple devices indicating whether they need a mouse grab to operate
src/maple/controller.c
src/maple/kbd.c
src/maple/maple.c
src/maple/maple.h
src/maple/mouse.c


15 years agoExtract the disc title (where available) and display in the title bar
nkeynes [Thu, 28 Aug 2008 01:39:51 +0000]  tree
Extract the disc title (where available) and display in the title bar
src/cocoaui/cocoa_win.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h
src/gdrom/gddriver.h
src/gdrom/gdimage.c
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gtkui/gtk_win.c
src/gtkui/gtkui.c
src/gtkui/gtkui.h


15 years agoChange so all tracks after sector 45000 belong to session 1, even if they don't have a valid lba
nkeynes [Thu, 28 Aug 2008 00:08:12 +0000]  tree
Change so all tracks after sector 45000 belong to session 1, even if they don't have a valid lba
src/gdrom/gdi.c


15 years agoBump the max instruction size up a little further
nkeynes [Wed, 27 Aug 2008 10:59:10 +0000]  tree
Bump the max instruction size up a little further
src/sh4/sh4trans.h


15 years agoFix DMA/SQ writes to the VRAM32 region
nkeynes [Wed, 27 Aug 2008 10:31:08 +0000]  tree
Fix DMA/SQ writes to the VRAM32 region
src/pvr2/pvr2mem.c


.