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

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


17 years agoTidy up the core IDE test case - now passes (usually) on the real thing. Main
nkeynes [Wed, 20 Dec 2006 11:24:16 +0000]  tree
Tidy up the core IDE test case - now passes (usually) on the real thing. Main
surprise was that it seems to always fail the first packet command after a
reset with code 06,29 (drive reset), no matter how long its been since the
reset.
test/ide.c
test/ide.h
test/testide.c


17 years agoAdd stub for packet 0x40,0x00 (status of some kind)
nkeynes [Tue, 19 Dec 2006 11:58:12 +0000]  tree
Add stub for packet 0x40,0x00 (status of some kind)
src/gdrom/ide.c


17 years agoAdd lib.so to the testide build
nkeynes [Tue, 19 Dec 2006 11:54:47 +0000]  tree
Add lib.so to the testide build
test/Makefile


.