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

12 years agoFix structure packing on v55 nero images (64-bit)
Nathan Keynes <nkeynes@lxdream.org> [Sat, 17 Sep 2011 22:39:36 +1000]  tree
Fix structure packing on v55 nero images (64-bit)
Add basic support for track mode 16 (CDDA + subchannel data, 2448 bytes)
src/drivers/cdrom/cd_nrg.c
src/drivers/cdrom/defs.h
src/drivers/cdrom/sector.c


12 years agoWhen initial disc read-toc fails, return the actual failure error code rather than
Nathan Keynes <nkeynes@lxdream.org> [Sat, 17 Sep 2011 22:35:45 +1000]  tree
When initial disc read-toc fails, return the actual failure error code rather than
overwriting it with LX_ERR_FILE_UNKNOWN - if the read-toc failed, we
identified the file, it just didn't work
src/drivers/cdrom/cdrom.c


12 years agoFix block-chaining epilogue for 64-bit builds (was loading a 32-bit pointer,
Nathan Keynes <nkeynes@lxdream.org> [Thu, 12 May 2011 08:45:25 +1000]  tree
Fix block-chaining epilogue for 64-bit builds (was loading a 32-bit pointer,
oops...)
src/sh4/sh4x86.in
src/xlat/x86/x86op.h


12 years agoAdd xlat_get_address to find the SH4 address corresponding to a host code
Nathan Keynes <nkeynes@lxdream.org> [Wed, 11 May 2011 20:25:49 +1000]  tree
Add xlat_get_address to find the SH4 address corresponding to a host code
address (for debugging purposes)
src/xlat/xltcache.c


12 years agoAdd nl translation (thanks Riemann80!)
nkeynes [Wed, 11 May 2011 19:21:19 +1000]  tree
Add nl translation (thanks Riemann80!)
Update po files
configure
configure.in
po/de.po
po/es.po
po/it.po
po/lxdream.pot
po/nl.po
po/pt_BR.po


12 years agoUnprotect TLB entries for all systems, not just 64-bit (seems to be needed
nkeynes [Wed, 11 May 2011 19:20:42 +1000]  tree
Unprotect TLB entries for all systems, not just 64-bit (seems to be needed
on some 32-bit machines)
src/sh4/mmu.c


12 years agoFix returned maple packet length for VMU block reads and get-mem-info
Nathan Keynes <nkeynes@lxdream.org> [Wed, 11 May 2011 08:45:31 +1000]  tree
Fix returned maple packet length for VMU block reads and get-mem-info
Fix returned block-id in block reads to match the input block-id.
src/maple/maple.c
src/maple/vmu.c


12 years agoFix SLEEP issue on timeslice border
Nathan Keynes <nkeynes@lxdream.org> [Tue, 10 May 2011 20:31:14 +1000]  tree
Fix SLEEP issue on timeslice border
- Don't update slice_cycle if we're already past it in sh4_sleep_run_slice
- Make sure we don't re-enter the main run_slice if we're sleeping
src/sh4/sh4.c


13 years agoMerge changes from Reimann80, plus additional tweaks. Thanks!
nkeynes [Fri, 08 Apr 2011 08:11:20 +1000]  tree
Merge changes from Reimann80, plus additional tweaks. Thanks!
Makefile.am
Makefile.in
lxdream.pod


13 years agoAdd german translation update from Riemann80, thanks!
Nathan Keynes <nkeynes@lxdream.org> [Thu, 07 Apr 2011 21:42:55 +1000]  tree
Add german translation update from Riemann80, thanks!
po/de.po
src/plugin.h
src/tools/actparse.c
src/tools/genglsl.c
test/dc.x
test/randmath.c


.