pi1541 / Pi1541

Commodore 1541 emulator for the Raspberry Pi
GNU General Public License v3.0
375 stars 81 forks source link

RFC: NOT_EMULATED mode in EmulatingMode, used in emulator() #211

Open bobbyjim opened 3 years ago

bobbyjim commented 3 years ago

So I'm looking at main.cpp, and I see the emulator() loop there.

I'd like to add a NOT_EMULATED mode. What's the easiest way to do this?

Maybe I can do it by adding a (non-emulated) D82 format? I've manipulated Commodore disk images before, in Perl (https://github.com/bobbyjim/CMD-images). I have NOT, however, dealt with G64 files, nor have I ever felt like figuring out cycle emulation and the IEC protocol.

Thoughts?

pi1541 commented 3 years ago

Sorry, I don't understand "NOT_EMULATED mode". What do you want it to do?