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

15 years agoFix off-by-one buffer overflow
nkeynes [Thu, 15 Jan 2009 00:53:39 +0000]  tree
Fix off-by-one buffer overflow
Fix '\%' to '%'
src/tools/actparse.c


15 years agoExecute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
nkeynes [Wed, 14 Jan 2009 23:27:57 +0000]  tree
Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c


15 years agoDon't keep looking for the memory region after it's already been found in mem_load()
nkeynes [Wed, 14 Jan 2009 00:19:04 +0000]  tree
Don't keep looking for the memory region after it's already been found in mem_load()
src/mem.c


15 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


15 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


15 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


15 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


15 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


15 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
...

15 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


.