Hi,
You can try to copy the file qemu_vga.ndrv from the pc-bios folder of your no-sound build into the pc-bios folder of your sound-enabled build.
Best,
Cat_7
Search found 4656 matches
- Mon Jan 04, 2021 11:24 pm
- Forum: QEMU
- Topic: Yeah, sound! But now no 256 colors mode
- Replies: 2
- Views: 168
- Mon Jan 04, 2021 8:00 am
- Forum: QEMU
- Topic: Linux host, QEMU 3.1.0 (Debian 1:3.1+dfsg-8+deb10u8), NetBSD 9.1 guest install hangs
- Replies: 2
- Views: 119
Re: Linux host, QEMU 3.1.0 (Debian 1:3.1+dfsg-8+deb10u8), NetBSD 9.1 guest install hangs
Hi, Thanks for your question. Please be advised we only deal with Mac OS/OSX guests on qemu-system-ppc. It will improve your chances to get useful answers if you direct your future questions at the qemu user mailing list or qemu developers mailing list. However, I tried installing netbsd 9.1 with qe...
- Mon Jan 04, 2021 6:58 am
- Forum: SheepShaver
- Topic: Cannot Map SheepShaver Data Area: No Error
- Replies: 8
- Views: 302
Re: Cannot Map SheepShaver Data Area: No Error
Hi,
Yes, that is a nasty error for which we do not have a clear solution.
There is no guarantee, but you might want to try setting:
ignoreillegal true
jit false
Disabling the jit will make things go slower, but it might solve your issue.
Best,
Cat_7
Yes, that is a nasty error for which we do not have a clear solution.
There is no guarantee, but you might want to try setting:
ignoreillegal true
jit false
Disabling the jit will make things go slower, but it might solve your issue.
Best,
Cat_7
- Sun Jan 03, 2021 9:18 pm
- Forum: SheepShaver
- Topic: SheepShaver for Linux
- Replies: 85
- Views: 236576
Re: SheepShaver for Linux
Hi,
Is the slirp networking option not working or sufficient for you?
If you downloaded the sheep_net.ko file from our forum, then please be advised it is very old and not compiled on Mint.
Perhaps you should compile your own if you need it.
Best,
Cat_7
Is the slirp networking option not working or sufficient for you?
If you downloaded the sheep_net.ko file from our forum, then please be advised it is very old and not compiled on Mint.
Perhaps you should compile your own if you need it.
Best,
Cat_7
- Sun Jan 03, 2021 9:00 pm
- Forum: QEMU
- Topic: QEMU does not open
- Replies: 8
- Views: 654
Re: QEMU does not open
Ah, I see, You use the windows-related guide to create your bat file... See here for a correct example: https://www.emaculation.com/doku.php/ppc-osx-on-qemu-for-osx For MacOS hosts, that translates to: #!/bin/bash cd "$(dirname "$0")" qemu-system-ppc -L pc-bios -boot d -M mac99,v...
- Sun Jan 03, 2021 8:56 pm
- Forum: QEMU
- Topic: QEMU does not open
- Replies: 8
- Views: 654
Re: QEMU does not open
Hi,
A qemu.bat file should only be in the Windows version, the macOS version should contain a qemu.command file.
Can you show us the content of your qemu.bat?
Best,
Cat_7
A qemu.bat file should only be in the Windows version, the macOS version should contain a qemu.command file.
Can you show us the content of your qemu.bat?
Best,
Cat_7
- Sat Jan 02, 2021 7:47 pm
- Forum: SheepShaver
- Topic: HELP! - SheepShaver in a continuous loop
- Replies: 7
- Views: 229
Re: HELP! - SheepShaver in a continuous loop
You might want to edit the .sheepshaver_prefs file and set:
ramsize 536870912
frameskip 0
Best,
Cat_7
ramsize 536870912
frameskip 0
Best,
Cat_7
- Fri Jan 01, 2021 8:40 am
- Forum: SheepShaver
- Topic: Automating Sheepshaver
- Replies: 4
- Views: 203
Re: Automating Sheepshaver
Hi, To me it does not look like there is a battle between SheepShaver and Qemu. Some striking differences between them are guest support and accuracy. If you need a fast emulator up to 9.04 SheepShaver should be your choice, all above can only run with Qemu. Qemu's accuracy (in e.g., floating point ...
- Thu Dec 31, 2020 8:07 am
- Forum: QEMU
- Topic: newbie install problems of 10.0
- Replies: 3
- Views: 175
Re: newbie install problems of 10.0
Yes, point being that mac99 provides the older adb mouse and keyboard, while mac99,via=pmu provides usb mouse and keyboard.
Somehow 10.0/10.1 do not like the usb versions.
Best,
Cat_7
Somehow 10.0/10.1 do not like the usb versions.
Best,
Cat_7
- Wed Dec 30, 2020 9:03 pm
- Forum: QEMU
- Topic: newbie install problems of 10.0
- Replies: 3
- Views: 175
Re: newbie install problems of 10.0
Hi,
Those images only boot with working mouse/keyboard when you use mac99, so not mac99,via=pmu on the command line.
Best,
Cat_7
Those images only boot with working mouse/keyboard when you use mac99, so not mac99,via=pmu on the command line.
Best,
Cat_7
- Sat Dec 26, 2020 4:14 pm
- Forum: SheepShaver
- Topic: Ethernet Driver Not Recognized
- Replies: 1
- Views: 124
Re: Ethernet Driver Not Recognized
Hi, The driver mentioned is not maintained and not signed, so it is not advisable to use it in Windows 10. It is also not included in our current SheepShaver downloads. I will add a note to that old guide. Instead you can take a look at our guide for alternative ways to network SheepShaver here: htt...
- Thu Dec 24, 2020 9:51 am
- Forum: Basilisk II
- Topic: BasiliskII for Windows
- Replies: 158
- Views: 391176
Re: BasiliskII for Windows
A new build has been linked to in the first post in this thread.
- Thu Dec 24, 2020 9:51 am
- Forum: SheepShaver
- Topic: SheepShaver for Windows
- Replies: 268
- Views: 858916
Re: SheepShaver for Windows
A new build has been linked to in the first post in this thread.
- Sun Dec 20, 2020 7:51 am
- Forum: QEMU
- Topic: Qemu package and guide for OSX available
- Replies: 209
- Views: 194928
Re: Qemu package and guide for OSX available
Hi,
I just gave the screamer build a go in my sierra host, -rtc base=localtime works OK over here.
Did you add that option to the command line on a separate line?
Perhaps you forgot to end the previous line with a \ so the terminal would continue to read the next line?
Best,
Cat_7
I just gave the screamer build a go in my sierra host, -rtc base=localtime works OK over here.
Did you add that option to the command line on a separate line?
Perhaps you forgot to end the previous line with a \ so the terminal would continue to read the next line?
Best,
Cat_7
- Thu Dec 17, 2020 6:10 am
- Forum: SheepShaver
- Topic: SheepShaver for Windows
- Replies: 268
- Views: 858916
Re: SheepShaver for Windows
Hi, For SheepShaver to immediately recognise a rom file, it should be called Mac OS ROM (no extension) or ROM (no extension). That file should be in the same folder as the SheepShaver program. You can also edit the sheepshaver_prefs file with a plain text editor and point SheepShaver to any rom file...
- Mon Dec 14, 2020 11:32 am
- Forum: QEMU
- Topic: Qemu package and guide for OSX available
- Replies: 209
- Views: 194928
Re: Qemu package and guide for OSX available
That will be difficult. Qemu only supports building on the last two versions of OSX. Older hosts might work, but there is no guarantee.
Do you need 9.2 or can 9.0 also provide what you need? In that case SheepShaver might help.
Best,
Cat_7
Do you need 9.2 or can 9.0 also provide what you need? In that case SheepShaver might help.
Best,
Cat_7
- Sat Dec 12, 2020 12:31 pm
- Forum: QEMU
- Topic: Qemu package and guide for OSX available
- Replies: 209
- Views: 194928
Re: Qemu package and guide for OSX available
A new Qemu for osx build has landed in the first post.
Best,
Cat_7
Best,
Cat_7
- Fri Dec 11, 2020 8:52 pm
- Forum: SheepShaver
- Topic: Drive Setup in Mac OS 9.0.4
- Replies: 6
- Views: 249
Re: Drive Setup in Mac OS 9.0.4
I guess it has to do with the disk driver used.
IIRC SheepShaver runs of a giant floppy, not an actual hard disk image.
Best,
Cat_7
IIRC SheepShaver runs of a giant floppy, not an actual hard disk image.
Best,
Cat_7
- Wed Dec 09, 2020 10:54 am
- Forum: QEMU
- Topic: OS 9 Type 12 Error
- Replies: 12
- Views: 455
Re: OS 9 Type 12 Error
Hi, I'm not sure, but perhaps the issue is related to a lack of sound support in Qemu? I'm now running sixtyforce in a sound enabled Qemu build in Windows. I started Mario from the file/open menu in sixtyforce and it loads and plays. Please note that I have a frame rate of 2.1 So the game is not pla...
- Wed Dec 09, 2020 8:38 am
- Forum: QEMU
- Topic: Qemu package and guide for Windows available
- Replies: 260
- Views: 180105
Re: Qemu package and guide for Windows available
Two new qemu-system-ppc for Windows builds have landed in the first post of this thread. One from official source, one with screamer sound support and fpu speed-up. There is now support for serial port communication over USB connections. Read the first post on how to enable that. I'll be interested ...
- Tue Dec 08, 2020 11:15 pm
- Forum: QEMU
- Topic: QEMU Windows
- Replies: 1
- Views: 184
Re: QEMU Windows
Hi, You mainly follow our guide here: https://www.emaculation.com/doku.php/ppc-osx-on-qemu-for-windows When you reach the point where you have to create or edit the qemu.bat file, make sure to change "-m mac99,via=pmu" to "-m mac99" and set the correct paths to your hard disk and...
- Tue Dec 08, 2020 11:09 pm
- Forum: QEMU
- Topic: Audio for Qemu 5.1 emulating macOS X 10.4 on macOS 10.15.7
- Replies: 0
- Views: 240
Re: Audio for Qemu 5.1 emulating macOS X 10.4 on macOS 10.15.7
Hi and welcome, Yes there is a way to exchange the qemu build and leave the installation intact. However, the experimental sound builds only support 9.2/10.0 reasonably well. Audio in 10.4 will be crackling. If you want, you can give it a try. You need to download the latest experimental build from ...
- Tue Dec 08, 2020 8:03 pm
- Forum: QEMU
- Topic: OS 9 Type 12 Error
- Replies: 12
- Views: 455
Re: OS 9 Type 12 Error
Hi,
The OP says to be running Mac OS 9.2.2
I ran both the 0.6 and 0.8 versions on Qemu with Mac OS 9.2 and they displayed the video screen without issue.
As I don't have a cartridge, I can't try actually running a game.
Best,
Cat_7
The OP says to be running Mac OS 9.2.2
I ran both the 0.6 and 0.8 versions on Qemu with Mac OS 9.2 and they displayed the video screen without issue.
As I don't have a cartridge, I can't try actually running a game.
Best,
Cat_7
- Tue Dec 08, 2020 7:09 am
- Forum: Basilisk II
- Topic: Printing from BII to Windows with System 7.5.5
- Replies: 3
- Views: 169
Re: Printing from BII to Windows with System 7.5.5
Hi,
This depends on what solution you are looking for. At least the simple solution using printtopdf to write a pdf file to the host works in 7.5.
https://www.emaculation.com/doku.php/sh ... basiliskii
Best,
Cat_7
This depends on what solution you are looking for. At least the simple solution using printtopdf to write a pdf file to the host works in 7.5.
https://www.emaculation.com/doku.php/sh ... basiliskii
Best,
Cat_7
- Mon Dec 07, 2020 7:39 am
- Forum: General Macintosh Emulation
- Topic: Instruction trace?
- Replies: 3
- Views: 152
Re: Instruction trace?
Hi,
Perhaps you should take a look at these sources:
https://github.com/dingusdev/dingusppc/wiki (to enter their discord channel)
https://github.com/elliotnunn/cdg5
Best,
Cat_7
Perhaps you should take a look at these sources:
https://github.com/dingusdev/dingusppc/wiki (to enter their discord channel)
https://github.com/elliotnunn/cdg5
Best,
Cat_7