Best Mac emulator?

Emulator and emulator development specific topics
User avatar
kolbeck
Posts: 48
Joined: Sat May 02, 2020 3:10 pm

Re: Best Mac emulator?

Post by kolbeck »

One of the lesser known available for Mac - https://github.com/TomHarte/CLK

It can emulate zx80/81 and ZX Spectrum.
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
User avatar
mrtinb
Posts: 1979
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: Best Mac emulator?

Post by mrtinb »

I've started to used NO$ZX emulator under DosBox on my Mac.

It works great, and has a great debugger built in.
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
User avatar
kolbeck
Posts: 48
Joined: Sat May 02, 2020 3:10 pm

Re: Best Mac emulator?

Post by kolbeck »

XorA wrote: Thu Mar 31, 2022 6:11 pm Works fine for me! (2.3.11)

Built against libsdl 1.2 installed using homebrew.

Had to edit sdl_main.c and sdl.h to remove the SDL/ from include statements.

But other than that it runs and can load games.
I had to tweak the Makefile.OSX as well to get it to build properly on M1:
Change:
CFLAGS+=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
to
CFLAGS+=-mmacosx-version-min=13.2
and
Change:
LDFLAGS=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
to
LDFLAGS=-mmacosx-version-min=13.2
Also, replace -Wl,-framework, SDL with -lSDL in LIBS
LIBS=-L/opt/homebrew/lib/ -lSDLmain -lSDL -Wl,-framework,AppKit -Wl,-framework,Cocoa -Lsndrender -lsndrender
But now it compiles without any problems and runs fine on M1 Mac

/Thomas
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
User avatar
kolbeck
Posts: 48
Joined: Sat May 02, 2020 3:10 pm

Re: Best Mac emulator?

Post by kolbeck »

Also zxsp-0-8-33-beta is available here: https://k1.spdns.de/Develop/Projects/zx ... ributions/

Runs on Mac M1 as well.
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
olofsen
Posts: 189
Joined: Wed Jan 08, 2014 12:29 pm

Re: Best Mac emulator?

Post by olofsen »

kolbeck wrote: Thu Apr 20, 2023 9:51 pm I had to tweak the Makefile.OSX as well to get it to build properly on M1:
Change:
CFLAGS+=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
to
CFLAGS+=-mmacosx-version-min=13.2
and
Change:
LDFLAGS=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
to
LDFLAGS=-mmacosx-version-min=13.2
Also, replace -Wl,-framework, SDL with -lSDL in LIBS
LIBS=-L/opt/homebrew/lib/ -lSDLmain -lSDL -Wl,-framework,AppKit -Wl,-framework,Cocoa -Lsndrender -lsndrender
But now it compiles without any problems and runs fine on M1 Mac
Thank you for your feedback!
User avatar
SafePit
Posts: 45
Joined: Mon Feb 20, 2012 7:06 pm
Location: Boise, ID
Contact:

Re: Best Mac emulator?

Post by SafePit »

kolbeck wrote: Thu Apr 20, 2023 9:55 pm Also zxsp-0-8-33-beta is available here: https://k1.spdns.de/Develop/Projects/zx ... ributions/

Runs on Mac M1 as well.
Runs great on my M1! And the little bug with the line showing is gone. Thanks for the update!
Image
Image
User avatar
kolbeck
Posts: 48
Joined: Sat May 02, 2020 3:10 pm

Re: Best Mac emulator?

Post by kolbeck »

If you want to run EightyOne on newer Mac's with M1/2 - have a look at Wineskin Winery - https://github.com/Gcenx/WineskinServer

I'm now running EightyOne on my Mac mini M2 :-)
EO_M2.jpg
https://api.zxinfo.dk/v3/ - ZXDB API for developers
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
User avatar
mrtinb
Posts: 1979
Joined: Fri Nov 06, 2015 5:44 pm
Location: Denmark
Contact:

Re: Best Mac emulator?

Post by mrtinb »

I didn't think Wine/Wineskin supported M1+ Macs. I had EightyOne working back when my Mac was x64.

Thank you for the update.
Martin
https://zx.rtin.be
ZX81, Lambda 8300, Commodore 64, Mac G4 Cube
zx81ultra
Posts: 33
Joined: Thu Feb 13, 2020 4:19 am
Location: Bolivia

Re: Best Mac emulator?

Post by zx81ultra »

Another great option for running EightyOne on a M3 Mac is https://getwhisky.app/
Camilo Eid - ZX81
Post Reply