randyrossi / bmc64

A bare metal Commodore 64 emulator for the Raspberry Pi with true 50hz/60hz smooth scrolling, low input latency and better audio/video sync.
GNU General Public License v3.0
488 stars 59 forks source link

[Bug]datasette controls disabled after loading snapshots #77

Closed CemTezcan closed 4 years ago

CemTezcan commented 5 years ago

Hello, I save snapshot with a tap image is attached. After I load that snapshot, datasette functions are disabled. Like play, stop, rew doesn't work.

randyrossi commented 4 years ago

I have noticed this too. I think it might be a VICE bug because from what I remember, the same thing happened on desktop builds of VICE too.

CemTezcan commented 4 years ago

Possibly it is :(

CemTezcan commented 4 years ago

Oh, that is totally Vice Bug which is reported here: https://sourceforge.net/p/vice-emu/bugs/860/

They say loading a snapshot sets "Datasette=0"

Also, I tested this bug on vice 2.4, and tape works normally. Sad.

randyrossi commented 4 years ago

I can fix it in my fork of VICE then. I can just set Datasette back to 1 after a snapshot is loaded. Thx.

On Mon, Nov 4, 2019 at 2:01 AM CemTezcan notifications@github.com wrote:

Oh, that is totally Vice Bug which is reported here: https://sourceforge.net/p/vice-emu/bugs/860/

They say loading a snapshot sets "Datasette=0"

Also, I tested this bug on vice 2.4, and tape works normally. Sad.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/randyrossi/bmc64/issues/77?email_source=notifications&email_token=AAI3HKGV5ZALGP4ZZWPRCUTQR7CEJA5CNFSM4I4FSD3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6MB4I#issuecomment-549241073, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI3HKF7JYZF634QXZSSYVDQR7CEJANCNFSM4I4FSD3A .

-- Randy Rossi

C:(+1)416-605-5112 (Canada)

CemTezcan commented 4 years ago

That would be awesome! Thank you.

randyrossi commented 4 years ago

Should be fixed in v3.1