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:
ce322c1
)
bugfix for 32x
author
kub
<derkub@gmail.com>
Wed, 20 Mar 2019 19:34:19 +0000
(20:34 +0100)
committer
kub
<derkub@gmail.com>
Tue, 30 Jul 2019 14:34:40 +0000
(16:34 +0200)
pico/32x/sh2soc.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/32x/sh2soc.c
b/pico/32x/sh2soc.c
index
62423d1
..
b530011
100644
(file)
--- a/
pico/32x/sh2soc.c
+++ b/
pico/32x/sh2soc.c
@@
-87,6
+87,7
@@
static void dmac_transfer_one(SH2 *sh2, struct dma_chan *chan)
case 0:
d = p32x_sh2_read8(chan->sar, sh2);
p32x_sh2_write8(chan->dar, d, sh2);
+ break;
case 1:
d = p32x_sh2_read16(chan->sar, sh2);
p32x_sh2_write16(chan->dar, d, sh2);