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:
d191afb
)
mcd, fix SEEK status reporting
author
kub
<derkub@gmail.com>
Wed, 4 Nov 2020 17:18:24 +0000
(18:18 +0100)
committer
kub
<derkub@gmail.com>
Wed, 4 Nov 2020 17:18:24 +0000
(18:18 +0100)
pico/cd/cdd.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/cd/cdd.c
b/pico/cd/cdd.c
index
0ef9a12
..
66f370d
100644
(file)
--- a/
pico/cd/cdd.c
+++ b/
pico/cd/cdd.c
@@
-1111,7
+1111,7
@@
void cdd_process(void)
cdd.status = CD_PLAY;
/* return track index in RS2-RS3 */
- set_reg16(0x38, (CD_SEEK << 8) | 0x0
2
);
+ set_reg16(0x38, (CD_SEEK << 8) | 0x0
f
);
set_reg16(0x3a, 0x0000);
set_reg16(0x3c, 0x0000);
set_reg16(0x3e, 0x0000);