BasiliskII-android icon indicating copy to clipboard operation
BasiliskII-android copied to clipboard

Android port of BasiliskII MacOs emulator: http://basilisk.cebix.net/

Results 9 BasiliskII-android issues
Sort by recently updated
recently updated
newest added

When i press it its not opening something

Shutting down the emulated mac is apparently detected by the emulator, as you don't get the default mac shutdown message with restart button, but it leaves you at a blank...

When I try to play back 16-bit sound with the default mac sound output set to 16-bit mode it's garbled; since it works with the mac sound output set to...

When you change the video mode (colour depth or resolution) in the mac Monitors control panel, sometimes the video mode change works, sometimes you get a corrupt video situation where...

When we're in "virtual" mac-memory-is-just-some-arrays-of-bytes mode, let's not use the extremely cursed `mmap()` `MAP_FIXED` for no reason

- Use `SDL_ConvertAudio` to handle output audio conversion ** This takes care of 16-bit MSB format audio from the mac to LSB ** Also takes care of the case where...

This lets the slirp thread (`slirp_receive_func`) and main ether thread (`receive_func`) exit properly when there is no `pthread_cancel()`. Fixes #4