Mouse & Keyboard Not Working in OS X 10.0

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
jordanthebooster
Space Cadet
Posts: 9
Joined: Sun Feb 04, 2018 1:29 pm

Mouse & Keyboard Not Working in OS X 10.0

Post by jordanthebooster »

I am on Windows 10
My batch file looks like this:

Code: Select all

qemu-system-ppc.exe ^
-L pc-bios ^
-M mac99,via=pmu ^
-m 512 ^
-sdl ^
-boot d ^
-drive file=osxcheetahinstall.iso,format=raw,media=cdrom ^
-drive file=MacOSXCheetah.img,format=raw,media=disk
When I start it gets to the beginning of the installation screen but my mouse and presumably my keyboard don't work.
User avatar
Cat_7
Expert User
Posts: 6145
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Mouse & Keyboard Not Working in OS X 10.0

Post by Cat_7 »

Hi,

Please see our guide: https://www.emaculation.com/doku.php/pp ... mu-for-osx
For your version of OS X you need to use -M mac99 (not -M mac99,via=pmu)

Code: Select all

qemu-system-ppc.exe ^
-L pc-bios ^
-M mac99 ^
-m 512 ^
-sdl ^
-boot d ^
-drive file=osxcheetahinstall.iso,format=raw,media=cdrom ^
-drive file=MacOSXCheetah.img,format=raw,media=disk
Post Reply