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

17 years agoImplement analog joystick (and make sure it defaults to centered)
nkeynes [Sat, 20 May 2006 02:40:51 +0000]  tree
Implement analog joystick (and make sure it defaults to centered)
src/maple/controller.c
src/maple/controller.h


17 years agoAdd a few more unknown registers that have been observed
nkeynes [Sat, 20 May 2006 02:40:16 +0000]  tree
Add a few more unknown registers that have been observed
src/asic.h


17 years agoAdd repeating memory mode
nkeynes [Sat, 20 May 2006 02:38:58 +0000]  tree
Add repeating memory mode
Load flash as ram rather than rom
src/dreamcast.c
src/mem.c
src/mem.h


17 years agoRemove old video.h (replaced by display.h)
nkeynes [Sat, 20 May 2006 02:38:08 +0000]  tree
Remove old video.h (replaced by display.h)
src/video.h


17 years agoRename video_driver to display_driver
nkeynes [Mon, 15 May 2006 08:28:52 +0000]  tree
Rename video_driver to display_driver
Add input source to display
Implement configuration file support
Hook controllers up to configuration
src/Makefile.am
src/Makefile.in
src/display.c
src/display.h
src/dreamcast.c
src/dreamcast.h
src/drivers/video_gtk.c
src/drivers/video_null.c
src/drivers/video_x11.c
src/drivers/video_x11.h
...

17 years agoAdd (track) mode parameter to read sectors call
nkeynes [Wed, 03 May 2006 12:52:38 +0000]  tree
Add (track) mode parameter to read sectors call
Fix missing interrupt on end-of-packet read.
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/packet.h


17 years agoAdd packet.h
nkeynes [Tue, 02 May 2006 14:09:11 +0000]  tree
Add packet.h
Implement read toc, request sense, test ready commands.
Fix failure to clear error status on new command
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h
src/gdrom/nrg.c
src/gdrom/packet.h


17 years agoAdd packet.h
nkeynes [Tue, 02 May 2006 14:08:29 +0000]  tree
Add packet.h
src/Makefile.am
src/Makefile.in


17 years agoFix IDENTIFY to be non-completely-broken
nkeynes [Sun, 30 Apr 2006 12:22:31 +0000]  tree
Fix IDENTIFY to be non-completely-broken
src/gdrom/ide.c


17 years agoChange mount button to gdrom_mount_image call, rather than file load
nkeynes [Sun, 30 Apr 2006 01:51:29 +0000]  tree
Change mount button to gdrom_mount_image call, rather than file load
src/gui/callbacks.c


.