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

15 years agoCompile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
nkeynes [Sun, 15 Feb 2009 21:47:39 +0000]  tree
Compile in C99 standards mode, albeit with -D_GNU_SOURCE. Helps portability slightly as well
configure
configure.in
src/drivers/joy_linux.c
src/sh4/sh4.c
src/sh4/sh4core.in


15 years agoFix typo in ocache invalidate
nkeynes [Mon, 09 Feb 2009 00:18:08 +0000]  tree
Fix typo in ocache invalidate
src/sh4/cache.c


15 years agoFail cleanly if the display doesn't actually support GLX, rather than crashing horribly
nkeynes [Mon, 09 Feb 2009 00:13:46 +0000]  tree
Fail cleanly if the display doesn't actually support GLX, rather than crashing horribly
src/drivers/video_glx.c


15 years agoClear the action set immediately prior to parsing them in - fix case where
nkeynes [Sun, 08 Feb 2009 23:38:41 +0000]  tree
Clear the action set immediately prior to parsing them in - fix case where
set is actually uninitialized the first time around
Add line numbers to error messages in actparse.c
src/tools/actparse.c


15 years agoFix signedness in mmu_ext_page_remapped (Thanks kaz!)
nkeynes [Wed, 04 Feb 2009 21:45:21 +0000]  tree
Fix signedness in mmu_ext_page_remapped (Thanks kaz!)
Fix fallthrough case in mmu_utlb_entry_for_vpn
Fix signedness warnings in cache.c
src/sh4/cache.c
src/sh4/mmu.c


15 years agoEmit #line directives in output to make debugging a little easier
nkeynes [Wed, 04 Feb 2009 00:58:54 +0000]  tree
Emit #line directives in output to make debugging a little easier
src/tools/actparse.c
src/tools/gendec.c
src/tools/gendec.h


15 years agoRemove accidentally committed debugging code
nkeynes [Wed, 04 Feb 2009 00:57:04 +0000]  tree
Remove accidentally committed debugging code
src/sh4/sh4trans.c


15 years agoFix Objective-C checking to be a little more circumspec (to whit, not aborting if no
nkeynes [Mon, 02 Feb 2009 01:40:13 +0000]  tree
Fix Objective-C checking to be a little more circumspec (to whit, not aborting if no
OBJC compiler is found) - slightly tricky becuase AC_CHECK_HEADER was requiring
preprocessor checks, which ran before we checked if there was in fact an OBJC compiler
in the first place... Fix there was to change the AC_CHECK_HEADER invocation to use the
new (compiler-only) style.
acinclude.m4
configure
configure.in


15 years agoAdd some initial TLB test cases
nkeynes [Mon, 26 Jan 2009 12:32:23 +0000]  tree
Add some initial TLB test cases
test/Makefile.in
test/lib.h
test/lib/crt0.s
test/sh4/ldc.s
test/sh4/mmummio.c
test/sh4/testmmu.c
test/sh4/testsh4.c
test/sh4/testutlb.s
test/sh4/tlb.s
test/sh4/utlb.c
...

15 years agoAdd read_byte_for_write mem function for correct implementation of AND.B and friends
nkeynes [Mon, 26 Jan 2009 07:26:24 +0000]  tree
Add read_byte_for_write mem function for correct implementation of AND.B and friends
with TLB enabled.
Add read_byte and read_long MMIO stubs to do correct sign extension of IO reads
src/aica/aica.c
src/asic.c
src/mem.c
src/mem.h
src/mmio.h
src/pvr2/pvr2.c
src/sh4/cache.c
src/sh4/dmac.c
src/sh4/intc.c
src/sh4/mmu.c
...

.