notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd9ee6
)
drc: use correct clear size
author
notaz
<notasas@gmail.com>
Wed, 19 Jan 2011 15:26:57 +0000
(17:26 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 23 Jan 2011 22:38:48 +0000
(
00:38
+0200)
libpcsxcore/new_dynarec/emu_if.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/emu_if.c
b/libpcsxcore/new_dynarec/emu_if.c
index
d2ff36a
..
572c482
100644
(file)
--- a/
libpcsxcore/new_dynarec/emu_if.c
+++ b/
libpcsxcore/new_dynarec/emu_if.c
@@
-192,6
+192,8
@@
static void ari64_clear(u32 addr, u32 size)
{
u32 start, end;
+ size *= 4; /* PCSX uses DMA units */
+
evprintf("ari64_clear %08x %04x\n", addr, size);
/* check for RAM mirrors */