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

17 years agoImplement event queue.
nkeynes [Sat, 06 Jan 2007 04:06:36 +0000]  tree
Implement event queue.
Fix pvr2 timing (yes, again).
src/Makefile.am
src/Makefile.in
src/asic.h
src/clock.h
src/dream.h
src/dreamcast.c
src/eventq.c
src/eventq.h
src/pvr2/pvr2.c
src/sh4/intc.c
...

17 years agoFix start/stop timing
nkeynes [Sat, 06 Jan 2007 04:05:32 +0000]  tree
Fix start/stop timing
src/sh4/timer.c


17 years agoExtract test runner from testide into the generic testdata.c
nkeynes [Wed, 03 Jan 2007 09:05:13 +0000]  tree
Extract test runner from testide into the generic testdata.c
Add initial display tests (PAL timings)
test/Makefile
test/testdata.c
test/testdata.h
test/testdisp.c
test/testide.c


17 years agoFix to actually work (need the write read/write sizes)
nkeynes [Wed, 03 Jan 2007 09:03:50 +0000]  tree
Fix to actually work (need the write read/write sizes)
Implement the microsecond conversion function
test/timer.c
test/timer.h


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


.