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

17 years agoImplement the main CRTC registers, along with the sync status register.
nkeynes [Wed, 03 Jan 2007 09:01:51 +0000]  tree
Implement the main CRTC registers, along with the sync status register.
Timings are now pretty close to the real thing.
src/clock.h
src/pvr2/pvr2.c
src/pvr2/pvr2mmio.h


17 years agoAdjust timers when they're read rather than waiting until the next time
nkeynes [Wed, 03 Jan 2007 09:00:17 +0000]  tree
Adjust timers when they're read rather than waiting until the next time
slice. Also temporarily cut the CPU time by 4.
Initialize the FRQCR register to 0x0E0A for convenience
src/sh4/sh4core.c
src/sh4/sh4core.h
src/sh4/timer.c


17 years agoLimit number of sectors read at once (linux driver seems to throw a hissy
nkeynes [Fri, 29 Dec 2006 00:24:43 +0000]  tree
Limit number of sectors read at once (linux driver seems to throw a hissy
fit if you request too many at a time)
src/gdrom/linux.c


17 years agoFix byte-count handling in accordance with the actual DC chip
nkeynes [Fri, 29 Dec 2006 00:23:16 +0000]  tree
Fix byte-count handling in accordance with the actual DC chip
src/gdrom/ide.c
test/testide.c


17 years agoFix comment for the IO bit
nkeynes [Fri, 29 Dec 2006 00:21:46 +0000]  tree
Fix comment for the IO bit
src/gdrom/ide.h


17 years agoPut ide_raise_interrupt() back in after set feature - it's needed even tho
nkeynes [Thu, 21 Dec 2006 11:13:10 +0000]  tree
Put ide_raise_interrupt() back in after set feature - it's needed even tho
the test case seemed to indicate that it didn't happen...
src/gdrom/ide.c


17 years agoFix reset PC when invoked from the SH4 itself
nkeynes [Thu, 21 Dec 2006 11:12:19 +0000]  tree
Fix reset PC when invoked from the SH4 itself
src/asic.c


17 years agoFix 0x40,0x01 in accordance with test results
nkeynes [Thu, 21 Dec 2006 10:15:54 +0000]  tree
Fix 0x40,0x01 in accordance with test results
Add reset flag to fail first packet command (also as per tests)
src/gdrom/ide.c
src/gdrom/ide.h


17 years agoAdd reset error and fix BADREAD error code
nkeynes [Thu, 21 Dec 2006 10:15:02 +0000]  tree
Add reset error and fix BADREAD error code
src/gdrom/packet.h


17 years agoAdd tests for 0x40,0x01 command
nkeynes [Thu, 21 Dec 2006 10:14:24 +0000]  tree
Add tests for 0x40,0x01 command
test/testide.c


.