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

13 years agoActually report the error when the command-line disc or bin couldn't be loaded
nkeynes [Wed, 08 Sep 2010 08:43:15 +1000]  tree
Actually report the error when the command-line disc or bin couldn't be loaded
src/main.c


13 years agoAbort configure when we can't find a gdk display method
nkeynes [Wed, 08 Sep 2010 08:42:09 +1000]  tree
Abort configure when we can't find a gdk display method
Add -lX11 to the GTK-X11 lib list explicitly - on OSX at least pkg-config
doesn't do the right thing automatically
configure
configure.in


13 years agoRemove call to iso_write_opts_set_system_area and just write the bootstrap
nkeynes [Tue, 31 Aug 2010 21:38:38 +1000]  tree
Remove call to iso_write_opts_set_system_area and just write the bootstrap
area out manually - apparently this function was not present in earlier
versions
src/drivers/cdrom/isofs.c


13 years agoAdd LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
nkeynes [Sat, 31 Jul 2010 11:16:44 +1000]  tree
Add LIBGL_* package vars to LIBS and CPPFLAGS so subsequent checks still work
configure
configure.in
src/Makefile.am
src/Makefile.in


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
...

.