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

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

13 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


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


13 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


13 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


13 years agoSplit BIOS vectors into separate functions, implement parts of sysinfo and
nkeynes [Sun, 21 Feb 2010 11:11:30 +1000]  tree
Split BIOS vectors into separate functions, implement parts of sysinfo and
flashrom calls
src/bios.c


13 years agoImplement BIOS read cd + read toc2 functions
nkeynes [Tue, 16 Feb 2010 09:29:39 +1000]  tree
Implement BIOS read cd + read toc2 functions
src/bios.c
src/gdrom/gdrom.c
src/gdrom/gdrom.h


13 years agoHook up the fake bios boot
nkeynes [Mon, 15 Feb 2010 17:27:14 +1000]  tree
Hook up the fake bios boot
Use fakebios if invoked with -b, or if there's no boot rom loaded
src/asic.c
src/asic.h
src/bios.c
src/bootstrap.h
src/dreamcast.c
src/dreamcast.h
src/loader.c
src/main.c
src/syscall.h


13 years agoFirst draft of basic ISO9660 filesystem reader
nkeynes [Wed, 10 Feb 2010 18:16:19 +1000]  tree
First draft of basic ISO9660 filesystem reader
src/Makefile.am
src/Makefile.in
src/bios.c
src/bootstrap.c
src/bootstrap.h
src/drivers/cdrom/cdrom.c
src/drivers/cdrom/cdrom.h
src/drivers/cdrom/drive.c
src/drivers/cdrom/iso_impl.h
src/drivers/cdrom/isoread.c
...

.