Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any pointers on how to add keyboard and floppy support? #2

Open
ivorss opened this issue Jan 21, 2022 · 1 comment
Open

Any pointers on how to add keyboard and floppy support? #2

ivorss opened this issue Jan 21, 2022 · 1 comment

Comments

@ivorss
Copy link

ivorss commented Jan 21, 2022

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.

@Spritetm
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants