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

16 years agoChange recovery table to offset rather than pointer (so as to survive block moves)
nkeynes [Thu, 17 Jan 2008 10:17:32 +0000]  tree
Change recovery table to offset rather than pointer (so as to survive block moves)
src/sh4/sh4trans.c
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoAdd flag to skip breakpoints when it's the very first instruction of a run
nkeynes [Thu, 17 Jan 2008 10:11:37 +0000]  tree
Add flag to skip breakpoints when it's the very first instruction of a run
(ie, so executing dreamcast_run() when the current pc is a breakpoint doesn't
just return immediately)
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in


16 years agoEnsure PC correctness in presence of delay-slot exceptions
nkeynes [Wed, 16 Jan 2008 09:39:16 +0000]  tree
Ensure PC correctness in presence of delay-slot exceptions
src/sh4/ia32abi.h
src/sh4/ia32mac.h
src/sh4/ia64abi.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/x86op.h


16 years agoFix vma lookups after itlb exception
nkeynes [Wed, 16 Jan 2008 09:37:47 +0000]  tree
Fix vma lookups after itlb exception
src/sh4/sh4core.h


16 years agoFix vma lookups after itlb exception
nkeynes [Wed, 16 Jan 2008 09:37:08 +0000]  tree
Fix vma lookups after itlb exception
src/sh4/sh4trans.c


16 years agoFix instruction side-effects in presence of exceptions
nkeynes [Wed, 16 Jan 2008 09:35:30 +0000]  tree
Fix instruction side-effects in presence of exceptions
src/sh4/sh4core.c
src/sh4/sh4core.in


16 years agoMerged lxdream-mmu r570:596 to trunk
nkeynes [Tue, 15 Jan 2008 20:50:23 +0000]  tree
Merged lxdream-mmu r570:596 to trunk
Makefile.in
aclocal.m4
config.h.in
configure
configure.in
src/Makefile.am
src/Makefile.in
src/aica/aica.c
src/aica/aica.h
src/aica/armcore.c
...

16 years agoHandle sh4 aborts/reset within the translator lxdream-mmu
nkeynes [Tue, 15 Jan 2008 11:07:32 +0000]  tree
Handle sh4 aborts/reset within the translator
src/dreamcast.c
src/sh4/sh4.c
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c


16 years agoRemove sh4_read_word accidentally left in lxdream-mmu
nkeynes [Tue, 15 Jan 2008 11:06:24 +0000]  tree
Remove sh4_read_word accidentally left in
src/sh4/sh4x86.in


16 years agoFix assoc UTLB write lxdream-mmu
nkeynes [Tue, 15 Jan 2008 10:10:17 +0000]  tree
Fix assoc UTLB write
Fix ITLB updates
src/sh4/mmu.c


.