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

15 years agoFix stupid mistake in non-frame-exception path
nkeynes [Tue, 10 Mar 2009 04:56:43 +0000]  tree
Fix stupid mistake in non-frame-exception path
src/sh4/sh4x86.in


15 years agoCleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
nkeynes [Thu, 05 Mar 2009 21:42:35 +0000]  tree
Cleanup ABI headers - most of the content made consistent between versions, and moved into sh4x86.in proper
src/sh4/mmux86.c
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h
src/xlat/x86/x86op.h


15 years agoFix missing prototype (warning)
nkeynes [Thu, 05 Mar 2009 21:37:44 +0000]  tree
Fix missing prototype (warning)
src/drivers/audio_sdl.c


15 years agoUpdate ABI header paths for automake's consumption
nkeynes [Wed, 04 Mar 2009 23:30:22 +0000]  tree
Update ABI header paths for automake's consumption
src/Makefile.am
src/Makefile.in


15 years agoMove ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
nkeynes [Wed, 04 Mar 2009 23:27:59 +0000]  tree
Move ABI headers to xlat/x86 as well (and finally rename erroneously named ia64abi to amd64abi)
src/sh4/ia32abi.h
src/sh4/ia64abi.h
src/sh4/sh4x86.in
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h


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


.