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
Neither of those is easy, as there's no code for any of them in the emulator, as I never intended my mini mac to have either a floppy or a keyboard. Adding a floppy would be non-trivial, as it would either require emulating the IWM (Integrated Woz Machine) as well as the floppy drive mechanics (essentially writing all the missing code in iwm.c), or putting in some ROM patchwork like minivmac does. Adding a keyboard is also not trivial but a bit easier: you'd need to write some code that emulates the entirety of the MacPlus keyboard, and hook that up to the VIA in the same way as the mouse is hooked up right now.
It was very easy to modify your code to store the HD image on a SD card, however I am having trouble adding a keyboard and floppy.
The text was updated successfully, but these errors were encountered: