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

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


14 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


14 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


14 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


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

14 years agoShow '<no disc>' in the title bar when there is no cdrom disc attached
nkeynes [Sun, 31 Jan 2010 18:36:06 +1000]  tree
Show '<no disc>' in the title bar when there is no cdrom disc attached
src/cocoaui/cocoa_win.m
src/cocoaui/cocoaui.m
src/gtkui/gtk_win.c
src/gtkui/gtkui.c


14 years agoRefactor CDROM host support
nkeynes [Sun, 31 Jan 2010 18:35:06 +1000]  tree
Refactor CDROM host support
- Completely separate GDROM hardware (in gdrom/gdrom.c) from generic CDROM
support (now in drivers/cdrom)
- Add concept of 'sector sources' that can be mixed and matched to create
cdrom discs (makes support of arbitrary disc types much simpler)
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/drivers/cd_linux.c
src/drivers/cd_mmc.c
src/drivers/cd_none.c
src/drivers/cd_osx.c
src/drivers/cdrom/README.LIBEDC
...

.