kondrak / rust64

Commodore 64 emulator written in Rust
MIT License
259 stars 19 forks source link

Use resid-rs #17

Open sajattack opened 6 years ago

sajattack commented 6 years ago

I found this while I was browsing github today and thought it would be useful to you. https://github.com/digitalstreamio/resid-rs

sajattack commented 6 years ago

Perhaps you could use the tape drive as well https://github.com/digitalstreamio/zinc64/blob/master/src/device/datassette.rs

kondrak commented 6 years ago

Thanks for the tips! resid-rs has been on my radar for a while and it's definitely something I'd like to have included for a proper SID emulation.