notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9839d12
)
emustatus-as-ptr bugfix
author
notaz
<notasas@gmail.com>
Thu, 27 Sep 2007 21:01:11 +0000
(21:01 +0000)
committer
notaz
<notasas@gmail.com>
Thu, 27 Sep 2007 21:01:11 +0000
(21:01 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@264
be3aeb3a
-fb24-0410-a615-
afba39da0efa
Pico/Memory.s
patch
|
blob
|
blame
|
history
diff --git
a/Pico/Memory.s
b/Pico/Memory.s
index
5555ac3
..
93c503d
100644
(file)
--- a/
Pico/Memory.s
+++ b/
Pico/Memory.s
@@
-891,7
+891,8
@@
m_write8_z80_not_ram:
ldr r2, =emustatus
\r
ldmfd sp!,{lr}
\r
ldr r1, [r2]
\r
- orr r1, r0, r2
\r
+ and r0, r0, #1
\r
+ orr r1, r0, r1
\r
str r1, [r2] @ emustatus|=YM2612Write(a&3, d);
\r
bx lr
\r
\r