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

15 years agoImplement LDRH/STRH/LDRSH/LDRSB instructions
nkeynes [Wed, 13 Aug 2008 10:27:49 +0000]  tree
Implement LDRH/STRH/LDRSH/LDRSB instructions
src/aica/armcore.c
src/aica/armdasm.c
src/aica/armmem.c


15 years agoRemap 1C000000 .. 1FFFFFFF to the P4 region when accessed through TLB
nkeynes [Sat, 09 Aug 2008 11:17:06 +0000]  tree
Remap 1C000000 .. 1FFFFFFF to the P4 region when accessed through TLB
lookup, as per the SH4 manual
src/sh4/mmu.c


15 years agoFix core-exit-on-flush in a delay branch slot. Bit of a hack really
nkeynes [Sat, 09 Aug 2008 10:48:03 +0000]  tree
Fix core-exit-on-flush in a delay branch slot. Bit of a hack really
src/sh4/sh4trans.c
src/sh4/xltcache.c
src/sh4/xltcache.h


15 years agoAdd failing test case for the MMU flush-cache case
nkeynes [Sat, 09 Aug 2008 09:13:29 +0000]  tree
Add failing test case for the MMU flush-cache case
test/Makefile.in
test/sh4/testsh4.c
test/sh4/vmexit.s


15 years agoFix ITLB lookup ASID behaviour (was somewhat back-to-front)
nkeynes [Sat, 09 Aug 2008 07:39:47 +0000]  tree
Fix ITLB lookup ASID behaviour (was somewhat back-to-front)
src/sh4/mmu.c


15 years agoFix minor compile warnings
nkeynes [Fri, 08 Aug 2008 00:17:57 +0000]  tree
Fix minor compile warnings
src/drivers/audio_alsa.c
src/drivers/cd_linux.c
src/drivers/video_glx.c


15 years agoAdd ability to bind a render buffer to a texture, with output going to the texture.
nkeynes [Thu, 07 Aug 2008 23:53:17 +0000]  tree
Add ability to bind a render buffer to a texture, with output going to the texture.
(RTT work in progress)
src/display.h
src/drivers/gl_fbo.c
src/drivers/video_glx.c
src/drivers/video_gtk.c
src/drivers/video_null.c
src/drivers/video_osx.c
src/pvr2/pvr2.c


15 years agoAdd --enable-strict-warn to build with -Wall -Werror
nkeynes [Thu, 07 Aug 2008 23:50:52 +0000]  tree
Add --enable-strict-warn to build with -Wall -Werror
configure
configure.in


15 years agoOnly install the .png pixmaps in a make install (.icns are OS X bundle only)
nkeynes [Thu, 07 Aug 2008 23:36:22 +0000]  tree
Only install the .png pixmaps in a make install (.icns are OS X bundle only)
Makefile.am
Makefile.in


15 years agoFix compiler warnings
nkeynes [Thu, 07 Aug 2008 23:35:03 +0000]  tree
Fix compiler warnings
src/test/testsh4x86.c


.