Mihai Parparita

Results 82 issues of Mihai Parparita

Basilisk II has a pretty clean clipboard interface (see https://github.com/mihaip/macemu/blob/bas-emscripten-release/BasiliskII/src/dummy/clip_dummy.cpp), it should be possible to hook this up to the web [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API).

Some way to bring up the soft keyboard

Right now it's a pile of shell script, autoconf and Makefile hacks. It should be simple enough that we could use CMake/Ninja instead?

Would allow running versions of Mac OS beyond 8.1, as well as PPC-only software. It's also in the macemu repo, and can likely share the same Emscripten/web interfaces.

We can do some minor surgery to cdrom.cpp to not require that files are present (https://github.com/mihaip/macemu/blob/089f77754b8afc53ac22f24e534f0702c3e09989/BasiliskII/src/cdrom.cpp#L298-L300) and then trigger `CDROMMountVolume` (https://github.com/mihaip/macemu/blob/089f77754b8afc53ac22f24e534f0702c3e09989/BasiliskII/src/cdrom.cpp#L322) when they are actually created. Followup to 800b508a33fe0e7c56adc5e434f63573c99b0373

Would avoid having to download files from Macintosh Garden etc. and then re-upload them.

enhancement
Site