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

17 years agoReturn correct value from load state
nkeynes [Wed, 24 May 2006 11:48:58 +0000]  tree
Return correct value from load state
src/pvr2/pvr2.c


17 years agoClean up the buffer and i/o handling
nkeynes [Tue, 23 May 2006 13:11:45 +0000]  tree
Clean up the buffer and i/o handling
Implement save/load state
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h


17 years agoBlock writes to the PVRID register (and print an error for informational purposes)
nkeynes [Tue, 23 May 2006 13:11:09 +0000]  tree
Block writes to the PVRID register (and print an error for informational purposes)
src/pvr2/pvr2.c


17 years agoAdd texcache invalidates on direct writes to 64-bit vram.
nkeynes [Tue, 23 May 2006 13:10:28 +0000]  tree
Add texcache invalidates on direct writes to 64-bit vram.
Technically we should do it on direct writes to 32-bit vram as well, but
noone (sane) is going to try to write a texture there...
src/sh4/sh4mem.c


17 years agoAdd disc info + spin up (probably seek) commands
nkeynes [Sat, 20 May 2006 06:24:49 +0000]  tree
Add disc info + spin up (probably seek) commands
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/ide.c
src/gdrom/ide.h
src/gdrom/packet.h


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
...

.