irmen / pyc64

Commodore-64 simulator in pure Python
MIT License
82 stars 12 forks source link

Feature/disk load save interceptor #7

Closed daitangio closed 4 years ago

daitangio commented 4 years ago

A proposal fix for issue #6

irmen commented 4 years ago

i like the fake input events to load a file from the command line argument :)

daitangio commented 4 years ago

i like the fake input events to load a file from the command line argument :) :) It is a dirty trick to speed up testing

irmen commented 4 years ago

Thanks!

daitangio commented 4 years ago

Just fixed as suggested in the same branch. Done a bug fix on save, too.