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

15 years agoSilence the SCIF + SDRAM warnings for now
nkeynes [Mon, 25 Aug 2008 09:15:42 +0000]  tree
Silence the SCIF + SDRAM warnings for now
src/sh4/scif.c
src/sh4/sh4mem.c


15 years agoAdjust the hclip when the horizontal scaler is active
nkeynes [Sun, 24 Aug 2008 02:57:15 +0000]  tree
Adjust the hclip when the horizontal scaler is active
src/pvr2/pvr2.h
src/pvr2/pvr2mem.c
src/pvr2/scene.c


15 years agoFix mask correctness of MMU/general IO registers, add unknown/undoced
nkeynes [Sun, 24 Aug 2008 02:43:28 +0000]  tree
Fix mask correctness of MMU/general IO registers, add unknown/undoced
register at FF00002C
src/sh4/mmu.c
src/sh4/sh4mmio.h
test/testregs.c


15 years agoSilence file load warnings when running the test cases (trying to load empty filenames)
nkeynes [Sun, 24 Aug 2008 01:58:09 +0000]  tree
Silence file load warnings when running the test cases (trying to load empty filenames)
src/dreamcast.c
src/loader.c
src/mem.c


15 years agoCorrect generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
nkeynes [Sun, 24 Aug 2008 01:43:17 +0000]  tree
Correct generated UNDEF() => UNDEF(ir) for consistency with UNIMP(ir)
src/sh4/sh4stat.in
src/sh4/sh4x86.in
src/tools/gendec.c


15 years agoMask fpscr correctly as well while we're in there
nkeynes [Sun, 24 Aug 2008 01:40:58 +0000]  tree
Mask fpscr correctly as well while we're in there
src/sh4/sh4.c
src/sh4/sh4core.h
test/Makefile.in
test/sh4/ldc.s
test/sh4/ldcsr.s
test/sh4/testsh4.c


15 years agoMask off SR correctly when writing to it - this turns out to be important
nkeynes [Sat, 23 Aug 2008 12:08:01 +0000]  tree
Mask off SR correctly when writing to it - this turns out to be important
in some cases
src/sh4/sh4.c
test/Makefile.in
test/sh4/ldcsr.s
test/sh4/testsh4.c


15 years agoSetup the interrupt/exception vectors properly in the arm crt0
nkeynes [Wed, 20 Aug 2008 11:25:46 +0000]  tree
Setup the interrupt/exception vectors properly in the arm crt0
Use fully guarded memcpy_to_aica for program transfer
test/lib-arm/crt0.s
test/testaica.c


15 years agoFix testsh4x86 again
nkeynes [Tue, 19 Aug 2008 23:39:14 +0000]  tree
Fix testsh4x86 again
src/test/testsh4x86.c


15 years agoAdd stubs for the (undocumented) SH4 performance counter registers
nkeynes [Tue, 19 Aug 2008 22:58:05 +0000]  tree
Add stubs for the (undocumented) SH4 performance counter registers
src/sh4/mmu.c
src/sh4/sh4mmio.h


.