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

14 years agoFix out-of-tree generation of mac_keymap.h
nkeynes [Fri, 04 Dec 2009 08:44:02 +1000]  tree
Fix out-of-tree generation of mac_keymap.h
src/Makefile.am
src/Makefile.in
src/drivers/video_osx.m


14 years agomake distcheck fixes
nkeynes [Wed, 02 Dec 2009 11:18:40 +1000]  tree
make distcheck fixes
po/POTFILES.in
test/Makefile.in


14 years agoGendec tweaks
nkeynes [Wed, 02 Dec 2009 11:08:03 +1000]  tree
Gendec tweaks
- add more useful command line help + long options
- add action checks for missing or empty rules
src/tools/gendec.c


14 years agoAdd missing SUBV instruction to the emulation core (translation core is ok),
nkeynes [Wed, 02 Dec 2009 10:36:49 +1000]  tree
Add missing SUBV instruction to the emulation core (translation core is ok),
along with test cases. Thanks to D. Jeff Dionne for pointing this out.
src/sh4/sh4core.in
test/Makefile.in
test/sh4/subv.s
test/sh4/testsh4.c


14 years agoFix test/Makefile.in for case where mkdir_p is configured as $(mkinstalldirs)
nkeynes [Wed, 02 Dec 2009 10:03:40 +1000]  tree
Fix test/Makefile.in for case where mkdir_p is configured as $(mkinstalldirs)
test/Makefile.in


14 years agoFix compile-time warnings
nkeynes [Tue, 01 Dec 2009 18:18:15 +1000]  tree
Fix compile-time warnings
src/drivers/serial_unix.c
src/drivers/video_null.c
src/gdbserver.c
src/main.c
src/serial.h


14 years agoSkip drawing the frame when using the null driver - some GL implementations
nkeynes [Tue, 01 Dec 2009 17:59:43 +1000]  tree
Skip drawing the frame when using the null driver - some GL implementations
crash otherwise
src/pvr2/pvr2.c


14 years agoChange default serial output to /dev/tty rather than /dev/console
nkeynes [Thu, 08 Oct 2009 09:32:04 +1000]  tree
Change default serial output to /dev/tty rather than /dev/console
src/drivers/serial_unix.c


14 years agoFix SCIF operation
nkeynes [Thu, 08 Oct 2009 08:44:39 +1000]  tree
Fix SCIF operation
- status updates weren't being written back to the register (oops)
- slice cycle not updated on partial tick execution
- baudrate computation was always 0
src/sh4/scif.c


14 years agoCreate a host attachment for the SCIF serial port. By default, uses /dev/console
nkeynes [Wed, 07 Oct 2009 17:53:56 +1000]  tree
Create a host attachment for the SCIF serial port. By default, uses /dev/console
Add general fd listening to netutil, and rename to ioutil
Add SCIF update on port read/write - fixes KOS timing problems but needs to
be redone properly.
src/Makefile.am
src/Makefile.in
src/config.c
src/drivers/io_glib.c
src/drivers/io_osx.m
src/drivers/net_glib.c
src/drivers/net_osx.m
src/drivers/serial_unix.c
src/gdbserver.c
src/ioutil.c
...

.