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

17 years agoFirst cut of port 576890 (sysreset) and ide enable/disable
nkeynes [Tue, 19 Dec 2006 09:51:35 +0000]  tree
First cut of port 576890 (sysreset) and ide enable/disable
src/asic.c
src/asic.h


17 years agoAdd activation and status functions
nkeynes [Sat, 16 Dec 2006 12:37:44 +0000]  tree
Add activation and status functions
test/ide.c


17 years agoSet the audio buffer to 1/20 second rather than 1 second (this is actually
nkeynes [Fri, 15 Dec 2006 10:19:49 +0000]  tree
Set the audio buffer to 1/20 second rather than 1 second (this is actually
starting to become relevant)
src/aica/audio.c


17 years agoComment out the AICA debug line for now
nkeynes [Fri, 15 Dec 2006 10:19:06 +0000]  tree
Comment out the AICA debug line for now
src/aica/aica.c


17 years agoInitial implementation of the NOP (00h) command
nkeynes [Fri, 15 Dec 2006 10:18:39 +0000]  tree
Initial implementation of the NOP (00h) command
src/asic.c
src/gdrom/ide.c
src/gdrom/ide.h


17 years agoAdd some explanatory comments as to how this stuff is supposed to work
nkeynes [Fri, 15 Dec 2006 10:17:30 +0000]  tree
Add some explanatory comments as to how this stuff is supposed to work
src/pvr2/rendbkg.c


17 years agoAdd UI for the trace flag
nkeynes [Fri, 15 Dec 2006 10:17:08 +0000]  tree
Add UI for the trace flag
src/gui/callbacks.c
src/gui/callbacks.h
src/gui/mmio_win.c


17 years agoAdd preliminary linux native CD driver support
nkeynes [Thu, 14 Dec 2006 12:31:38 +0000]  tree
Add preliminary linux native CD driver support
src/Makefile.am
src/Makefile.in
src/gdrom/gdrom.c
src/gdrom/gdrom.h
src/gdrom/linux.c


17 years agoAdd 2-second offset to LBA addresses. Strangely enough needed to make
nkeynes [Thu, 14 Dec 2006 11:58:18 +0000]  tree
Add 2-second offset to LBA addresses. Strangely enough needed to make
anything actually work.
src/gdrom/cdi.c


17 years agoAdd a couple of performance hacks:
nkeynes [Tue, 12 Dec 2006 09:20:25 +0000]  tree
Add a couple of performance hacks:
1. Simplify sh4_run_slice for the usual case (no breakpoints)
2. Cache the last-read instruction page, massively speeding up instruction fetch
src/sh4/sh4core.c


.