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

13 years agoRearrange the main translation loop to allow translated blocks to jump
nkeynes [Tue, 13 Jul 2010 18:23:16 +1000]  tree
Rearrange the main translation loop to allow translated blocks to jump
directly to their successors without needing to return to the main loop
in between. Shaves about 6% off the core runtime.
src/eventq.h
src/sh4/sh4.c
src/sh4/sh4trans.c
src/sh4/sh4x86.in
src/test/testsh4x86.c
src/xlat/x86/amd64abi.h
src/xlat/x86/ia32abi.h
src/xlat/x86/x86op.h


13 years agoFix libisofs.h include for pkg-config paths
nkeynes [Tue, 13 Jul 2010 16:26:49 +1000]  tree
Fix libisofs.h include for pkg-config paths
src/drivers/cdrom/isofs.h
src/main.c


13 years agoChange GL + libisofs checks to use pkg-config (Patch by ElBarto!)
nkeynes [Mon, 12 Jul 2010 22:41:38 +1000]  tree
Change GL + libisofs checks to use pkg-config (Patch by ElBarto!)
Makefile.in
configure
configure.in
src/Makefile.am
src/Makefile.in


13 years agoIntegrate executable wrapping into the user interface
nkeynes [Thu, 10 Jun 2010 22:13:16 +1000]  tree
Integrate executable wrapping into the user interface
- command-line now loads wrapped by default, -e <bin> to run binary
- add support for .bin executables
- Add useful (internal) error codes
src/bootstrap.h
src/cocoaui/cocoaui.m
src/dreamcast.c
src/drivers/cdrom/cd_cdi.c
src/drivers/cdrom/cd_gdi.c
src/drivers/cdrom/cd_linux.c
src/drivers/cdrom/cd_nrg.c
src/drivers/cdrom/cd_osx.c
src/drivers/cdrom/cdrom.c
src/drivers/cdrom/cdrom.h
...

13 years agoAdd ability to wrap a binary program up in a virtual cd image (so that we
nkeynes [Fri, 04 Jun 2010 09:13:40 +1000]  tree
Add ability to wrap a binary program up in a virtual cd image (so that we
can boot it normally)
src/drivers/cdrom/cdrom.c
src/drivers/cdrom/cdrom.h
src/drivers/cdrom/isofs.c
src/drivers/cdrom/isofs.h
src/drivers/cdrom/sector.c
src/loader.c
src/loader.h
src/main.c


13 years agoRip out my hacked-up isofs code and replace with libisofs. Much better.
nkeynes [Mon, 17 May 2010 22:01:23 +1000]  tree
Rip out my hacked-up isofs code and replace with libisofs. Much better.
configure
configure.in
src/Makefile.am
src/Makefile.in
src/bios.c
src/drivers/cdrom/iso_impl.h
src/drivers/cdrom/isofs.c
src/drivers/cdrom/isofs.h
src/drivers/cdrom/isoread.c
src/drivers/cdrom/isoread.h
...

14 years agoChange armmem errors to warnings (should never have been errors)
nkeynes [Tue, 23 Mar 2010 19:48:03 +1000]  tree
Change armmem errors to warnings (should never have been errors)
src/aica/armmem.c


14 years agoAdd file inclusion support
nkeynes [Mon, 15 Mar 2010 22:31:20 +1000]  tree
Add file inclusion support
src/tools/mdparse.c


14 years agoCommit genmach work-in-progress
nkeynes [Mon, 15 Mar 2010 22:10:24 +1000]  tree
Commit genmach work-in-progress
src/Makefile.am
src/Makefile.in
src/tools/genmach.c
src/tools/genmach.h
src/tools/mdparse.c


14 years agoUpdate sh4r.pc before doing the syscall - mainly so that debugging etc
nkeynes [Sun, 21 Feb 2010 11:19:59 +1000]  tree
Update sh4r.pc before doing the syscall - mainly so that debugging etc
statements come out with a useful PC value rather than the syscall id
src/bios.c
src/sh4/sh4core.in
src/sh4/sh4trans.c


.