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

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


15 years agoAdd semi-documented PVR register at 0xFF000030 (SH4 version identification)
nkeynes [Tue, 19 Aug 2008 13:00:46 +0000]  tree
Add semi-documented PVR register at 0xFF000030 (SH4 version identification)
src/sh4/mmu.c
src/sh4/sh4mmio.h
test/testregs.c


15 years agoFix CCR register mask
nkeynes [Tue, 19 Aug 2008 08:38:10 +0000]  tree
Fix CCR register mask
src/sh4/mmu.c
src/sh4/sh4mmio.h
test/testregs.c


15 years agoTidy up shared objects
nkeynes [Tue, 19 Aug 2008 08:37:34 +0000]  tree
Tidy up shared objects
test/Makefile.in


.