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

15 years agoMove xltcache to xlat/ src directory
nkeynes [Wed, 04 Mar 2009 23:12:21 +0000]  tree
Move xltcache to xlat/ src directory
Commit new and improved x86 opcode file - cleaned up and added support for amd64 extended registers
src/Makefile.am
src/Makefile.in
src/sdram.c
src/sh4/ia32abi.h
src/sh4/ia64abi.h
src/sh4/mmux86.c
src/sh4/sh4.c
src/sh4/sh4mem.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
...

15 years agoPrint address correctly with %p
nkeynes [Wed, 04 Mar 2009 23:04:54 +0000]  tree
Print address correctly with %p
src/test/testsh4x86.c


15 years agoAdd SDL audio driver, thanks to Wahrhaft!
nkeynes [Sat, 28 Feb 2009 06:26:48 +0000]  tree
Add SDL audio driver, thanks to Wahrhaft!
Makefile.in
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/audio.c
src/drivers/audio_sdl.c


15 years agoArgh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
nkeynes [Wed, 25 Feb 2009 09:00:05 +0000]  tree
Argh. Apparently we still do really need _BSD_SOURCE and _GNU_SOURCE
I think that's everything now...
src/Makefile.am
src/Makefile.in


15 years agoAdd explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
nkeynes [Wed, 25 Feb 2009 08:50:22 +0000]  tree
Add explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have
broken headers and need to be compiled with -std=gnu99 rather than -std=c99
configure
configure.in
src/Makefile.am
src/Makefile.in


15 years agoFix minor warnings
nkeynes [Tue, 24 Feb 2009 11:50:17 +0000]  tree
Fix minor warnings
Add explicit casts to mmap() result for platforms where it's not void *...
src/gtkui/gtk_win.c
src/mem.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/sh4/xltcache.c


15 years agoSet the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
nkeynes [Tue, 24 Feb 2009 11:47:41 +0000]  tree
Set the source-type flags to -D__EXTENSIONS__ -U__STRICT_ANSI__ - this seems
to work correctly on all the platforms we care about at the moment.
Tweak the gcc-detection slightly (it was getting it wrong on some gcc builds)
Makefile.in
acinclude.m4
configure
configure.in
src/Makefile.am
src/Makefile.in


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


.