Search found 30 matches

by thom75
Mon Sep 26, 2022 5:15 pm
Forum: QEMU
Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Replies: 14
Views: 16654

Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1

Hi Everyone,

There is new source code available for 7.1.50. Have successfully build it on Manjaro.

Code: Select all

git clone -b q800.upstream2-vm https://github.com/mcayland/qemu q800-upstream2-vm
cd q800-upstream2-vm
./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl
make
cd build
by thom75
Fri Aug 26, 2022 12:21 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

Thanks for replay. I'll need wait then. :D

Thom
by thom75
Fri Aug 26, 2022 11:57 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

Is there any update for screamer as well?
Last version for Linux I managed to compile was is 6.2.0.

Regards
Tomasz
by thom75
Thu Aug 11, 2022 3:30 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, The error code I've mentioned on m68k thread below. I cannot compile from source on Manjaro Linux. [1366/2486] Compiling C object libcommon.fa.p/ebpf_ebpf_rss.c.o FAILED: libcommon.fa.p/ebpf_ebpf_rss.c.o cc -m64 -mcx16 -Ilibcommon.fa.p -I../common-user/host/x86_64 -I/usr/include/pixman-1 -...
by thom75
Thu Aug 11, 2022 3:24 pm
Forum: QEMU
Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Replies: 14
Views: 16654

Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1

Hi, The latest m68k/quadra800 code now is in: git clone -b q800.upstream3 https://github.com/mcayland/qemu q800-upstream3 I don't know whether the screamer code has been rebased recently to perhaps avoid the error you see: git clone -b screamer https://github.com/mcayland/qemu qemu-screamer BTW Is ...
by thom75
Thu Aug 11, 2022 9:11 am
Forum: QEMU
Topic: Qemu-system-m68k for Linux to run MacOS 7.1-8.1
Replies: 14
Views: 16654

Re: Qemu-system-m68k for Linux to run MacOS 7.1-8.1

Using these instructions from Cat_7 I was able to successfully build Qemu-system-m68k on Ubuntu and install OS 8. git clone -b q800.upstream https://www.gitlab.com/mcayland/qemu q800-upstream cd q800-upstream ./configure --target-list=m68k-softmmu --enable-gtk --enable-sdl make Hi, I've tried to bu...
by thom75
Sun Apr 18, 2021 9:48 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Thanks Cat_7,

It's build fine now. It's funny even that was kind of obvious, wasn't at same time.

Kind regards
Thom
by thom75
Sun Apr 18, 2021 7:29 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, Can you advise new command lines for compiling Linux build? Old fails with: > ./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl Using './build' as the directory for build output ERROR: Cannot find Ninja and then obviously: > make changing dir to build for make &qu...
by thom75
Wed Mar 25, 2020 9:13 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, It stops around 20-21% with this message: Cloning into 'qemu-screamer'... remote: Enumerating objects: 476200, done. error: RPC failed; curl 56 OpenSSL SSL_read: error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading, errno 0 fatal: the remote end hung up unexpectedly fatal: ...
by thom75
Tue Mar 24, 2020 11:40 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,
I'm using same as last time.
thom75 wrote:

Code: Select all

git clone -b screamer https://github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl
make
cd ppc-softmmu
strip qemu-system-ppc
Kind regards,
Thom
by thom75
Tue Mar 24, 2020 10:03 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

I'm trying to compile latest version of binaries for Linux but for some reason it fails downloading sources from git.
How I would compile latest experimental version or both? Are there different, separate sources or parameters to compile?

Regards
Thom
by thom75
Sun Jan 12, 2020 9:52 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, I'm trying to build linux screamer binary from sources but when I build it version of it is the same as last time 4.1.50. Is this current method/source of building it? git clone -b screamer https://github.com/mcayland/qemu qemu-screamer cd qemu-screamer ./configure --target-list="ppc-...
by thom75
Fri Apr 12, 2019 2:10 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Thanks Cat_7, it actually works.
by thom75
Thu Apr 11, 2019 3:36 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

You can create a topic yourself if you want to ;-) I wish got enough time to keep up to date :) I'm trying to get working pre 4.0 version but it's clear I missing something. For start I can't find how to get sources for new build from: https://github.com/mcayland/qemu/tree/screamer-ppc-next I've tr...
by thom75
Thu Mar 14, 2019 7:25 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7 Many thanks, I'll try it today. Would you able to create separate topic for linux/source code? FYI I've successfully compiled previous version on Manjaro (based on Arch). Only small difference in commands I used to build it: git clone -b screamer https://github.com/mcayland/qemu qemu-scream...
by thom75
Thu Feb 21, 2019 7:29 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

Where I can find sources for latest experimental/screamer build?
I would like to build it for Linux.

Kind Regards
Thom
by thom75
Fri Dec 29, 2017 11:06 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, All my recent tests are on 9.2.2 (tried 9.2.1 but no difference). What is model of mac you using with 9.0.4 and 9.2.x? Is it mac99 for both? P.S. One more thing, I tried to play Dark Forces and there was noticeable sound delay. I would say half second. Please note game was set to maximum d...
by thom75
Fri Dec 29, 2017 9:48 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, I did some tests and I got idea what can be a problem. When I create partition system partition it's most of cases small partition about 400MB so there is no space for virtual memory. Today for test I've created 512MB and flew bigger disk images and sound worked. However when virtual memor...
by thom75
Thu Dec 28, 2017 2:25 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi, That is too bad. Please note that you cannot mix files from earlier downloads with this one. A download into a folder of its own is best. Best, Cat_7 Hi Cat_7, I create folder for each version so no files are mixed. Only old files I'm using are hardfile and qemu-img.exe. Only thing I can think ...
by thom75
Tue Dec 26, 2017 4:08 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7, I can't get to work last (2017.12.24) experimental version, looks very unstable in comparison to version from 2017.12.15. Apple Audio Extension crashes most of times on boot, but if it boots I can't get any sound from the system. When Apple Audio Extension crases QEMU it self crashes too, ...
by thom75
Mon Oct 30, 2017 10:02 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

Thanks for an update, will wait then.

Kind regards,
Thom
by thom75
Mon Oct 30, 2017 9:24 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

Just noticed new official version has been released. Do you thin an updated experimental version would work any better now? Is it even worth bothering?

Kind Regards
Thom
by thom75
Mon Sep 18, 2017 10:39 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

I'm sorry, 256 colours works indeed. I'll be waiting then for sound support.

Kind Regards
Thom
by thom75
Sun Sep 17, 2017 6:57 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

Hi Cat_7,

New build seem to be more stable, at the moment haven't crashed yet but no sound and 256c mode so no much to test.
Any chance for experimental build from new sources? I mean extra 256 colours and sound.

Kind Regards
Thom
by thom75
Tue Jul 04, 2017 4:41 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 358702

Re: Qemu package and guide for Windows available

I can tell Star Wars work perfect on full details/full resolution and 16 bit sound.
http://macintoshgarden.org/games/star-wars-dark-forces