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

16 years agoInitial VMA support for the SH4 disassembly
nkeynes [Tue, 22 Jan 2008 09:45:21 +0000]  tree
Initial VMA support for the SH4 disassembly
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in


16 years agoFix MAC.L/MAC.W stack issues
nkeynes [Mon, 21 Jan 2008 11:59:46 +0000]  tree
Fix MAC.L/MAC.W stack issues
Fix various recovery-table issues
src/sh4/ia32abi.h
src/sh4/ia32mac.h
src/sh4/ia64abi.h
src/sh4/sh4trans.c
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/xltcache.c
src/sh4/xltcache.h


16 years agoFix disassembly of AND #imm, Rn (was ADD...)
nkeynes [Mon, 21 Jan 2008 11:54:47 +0000]  tree
Fix disassembly of AND #imm, Rn (was ADD...)
src/sh4/sh4dasm.c
src/sh4/sh4dasm.in


16 years agoFix broken asic_check_cleared_events()
nkeynes [Sun, 20 Jan 2008 07:24:38 +0000]  tree
Fix broken asic_check_cleared_events()
Handle changes to the event mask which may raise/clear an IRQ
src/asic.c


16 years agoFix block overruns from long epilogues
nkeynes [Thu, 17 Jan 2008 21:26:58 +0000]  tree
Fix block overruns from long epilogues
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in


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


.