You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thas should set to 1 the cassette SENSE pin, but it doesn't seem to work. After I type LOAD on the emulated VIC20, I get the message PRESS PLAY ON TAPE, but I think I should get SEARCHING instead.
I tried to follow the 6522 code, but it's just too complex for me 😞. I also tried to reset the bit in case of negated logic, but the result is the same.
I'm trying to implement .WAV file loading.
The text was updated successfully, but these errors were encountered:
Hmm, sorry I'm afraid I can't help much with debugging at the moment. I need to find some time to get back into emulator coding, but at the moment I'm too busy with sokol header stuff.
in
_vic20_tick()
I forcedjust before the
m6522_tick()
.Thas should set to 1 the cassette
SENSE
pin, but it doesn't seem to work. After I typeLOAD
on the emulated VIC20, I get the messagePRESS PLAY ON TAPE
, but I think I should getSEARCHING
instead.I tried to follow the 6522 code, but it's just too complex for me 😞. I also tried to reset the bit in case of negated logic, but the result is the same.
I'm trying to implement .WAV file loading.
The text was updated successfully, but these errors were encountered: