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

15 years agoAdd missing svn:keywords properties
nkeynes [Sun, 06 Jul 2008 05:35:13 +0000]  tree
Add missing svn:keywords properties
src/cocoaui/cocoa_prefs.c
src/drivers/osx_iokit.c
src/drivers/osx_iokit.h
src/gdrom/gddriver.h
src/gdrom/mmc.c


15 years agoAdd register defns for sort DMA
nkeynes [Sun, 06 Jul 2008 05:30:32 +0000]  tree
Add register defns for sort DMA
Add register defn for 005F81AC to match the test
src/asic.c
src/asic.h
src/pvr2/pvr2.c
src/pvr2/pvr2mmio.h
test/testregs.c


15 years agoFix exit code from exit() being lost (from SH4 code)
nkeynes [Sun, 06 Jul 2008 04:52:37 +0000]  tree
Fix exit code from exit() being lost (from SH4 code)
src/dreamcast.c


15 years agoAdd stock icons for the preferences toolbar
nkeynes [Sun, 06 Jul 2008 03:20:30 +0000]  tree
Add stock icons for the preferences toolbar
pixmaps/tb-ctrls.png
pixmaps/tb-paths.png


15 years agoAdd slightly more detailed about dialog
nkeynes [Sun, 06 Jul 2008 03:18:55 +0000]  tree
Add slightly more detailed about dialog
Add (currently empty) preferences dialog (WIP)
src/Makefile.am
src/Makefile.in
src/cocoaui/cocoa_prefs.c
src/cocoaui/cocoaui.c
src/cocoaui/cocoaui.h


15 years agoAdd descriptive (localized) label to config entries for UI use
nkeynes [Sun, 06 Jul 2008 03:17:32 +0000]  tree
Add descriptive (localized) label to config entries for UI use
src/config.c
src/config.h
src/drivers/audio_alsa.c
src/maple/controller.c


15 years agoAdd apple-specific binding for gettext
nkeynes [Sun, 06 Jul 2008 03:16:21 +0000]  tree
Add apple-specific binding for gettext
src/main.c


15 years agoFix last mmc read sector buffer not being properly zeroed out.
nkeynes [Sat, 05 Jul 2008 12:16:37 +0000]  tree
Fix last mmc read sector buffer not being properly zeroed out.
src/gdrom/mmc.c


15 years agoAdd mmc.c, osx_iokit.[ch] to the makefile
nkeynes [Sat, 05 Jul 2008 11:58:59 +0000]  tree
Add mmc.c, osx_iokit.[ch] to the makefile
src/Makefile.am
src/Makefile.in


15 years agoGet OS X cdrom driver to the 'sort of working' stage. Hide most of the IOKit
nkeynes [Sat, 05 Jul 2008 11:57:36 +0000]  tree
Get OS X cdrom driver to the 'sort of working' stage. Hide most of the IOKit
fun in a separate osx_iokit module.
configure
configure.in
src/drivers/cd_linux.c
src/drivers/cd_osx.c
src/drivers/osx_iokit.c
src/drivers/osx_iokit.h
src/gdrom/gddriver.h
src/gdrom/gdimage.c
src/gdrom/gdrom.h
src/gdrom/mmc.c


.