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

14 years agoAdd the current bus_cycle timing (not used yet, but may as well add it while
nkeynes [Wed, 14 Jan 2009 00:17:35 +0000]  tree
Add the current bus_cycle timing (not used yet, but may as well add it while
we're breaking the save state anyway)
src/sh4/sh4.h


14 years agoAdd missed commit of ia64abi.h from previous change.
nkeynes [Wed, 14 Jan 2009 00:16:44 +0000]  tree
Add missed commit of ia64abi.h from previous change.
src/sh4/ia64abi.h


14 years agoExit immediately on an unconditional exception - makes those blocks a little simpler and shorter
nkeynes [Wed, 14 Jan 2009 00:09:44 +0000]  tree
Exit immediately on an unconditional exception - makes those blocks a little simpler and shorter
src/sh4/ia32abi.h
src/sh4/sh4x86.in


14 years agoReplace mmu_fix_urc with mmu_read_urc (slightly cleaner)
nkeynes [Tue, 13 Jan 2009 23:58:36 +0000]  tree
Replace mmu_fix_urc with mmu_read_urc (slightly cleaner)
src/sh4/mmu.c


14 years agoFix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
nkeynes [Tue, 13 Jan 2009 23:55:30 +0000]  tree
Fix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
src/sh4/sh4trans.c


14 years agoMerge lxdream-mem branch back to trunk
nkeynes [Tue, 13 Jan 2009 11:56:28 +0000]  tree
Merge lxdream-mem branch back to trunk
Makefile.in
src/Makefile.am
src/Makefile.in
src/aica/aica.c
src/aica/aica.h
src/aica/armcore.h
src/aica/armmem.c
src/aica/audio.c
src/asic.c
src/dreamcast.c
...

14 years agoHandle URC/URB case where URC is initialized >= URB lxdream-mem
nkeynes [Wed, 07 Jan 2009 06:01:33 +0000]  tree
Handle URC/URB case where URC is initialized >= URB
src/sh4/mmu.c


14 years agoTidy up exceptions+resets lxdream-mem
nkeynes [Wed, 07 Jan 2009 05:45:15 +0000]  tree
Tidy up exceptions+resets
Implement manual reset on general exception when SR.BL == 1
src/dreamcast.c
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/test/testsh4x86.c


14 years agoRemove xlat_get_post_recovery - no longer used and doesn't work correctly anyway lxdream-mem
nkeynes [Wed, 07 Jan 2009 04:54:32 +0000]  tree
Remove xlat_get_post_recovery - no longer used and doesn't work correctly anyway
src/sh4/xltcache.c
src/sh4/xltcache.h


14 years agoAdd missed file from previous commit - remove sh4_translate_flush_cache, change lxdream-mem
nkeynes [Wed, 07 Jan 2009 04:39:58 +0000]  tree
Add missed file from previous commit - remove sh4_translate_flush_cache, change
exit to use pre-recovery
src/sh4/sh4trans.c


.