Best Mac emulator?
Re: Best Mac emulator?
One of the lesser known available for Mac - https://github.com/TomHarte/CLK
It can emulate zx80/81 and ZX Spectrum.
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
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
Re: Best Mac emulator?
I've started to used NO$ZX emulator under DosBox on my Mac.
It works great, and has a great debugger built in.
It works great, and has a great debugger built in.
Re: Best Mac emulator?
I had to tweak the Makefile.OSX as well to get it to build properly on M1:
Change:
toCFLAGS+=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
andCFLAGS+=-mmacosx-version-min=13.2
Change:
toLDFLAGS=-mmacosx-version-min=10.6 -arch i386 -arch x86_64
Also, replace -Wl,-framework, SDL with -lSDL in LIBSLDFLAGS=-mmacosx-version-min=13.2
But now it compiles without any problems and runs fine on M1 MacLIBS=-L/opt/homebrew/lib/ -lSDLmain -lSDL -Wl,-framework,AppKit -Wl,-framework,Cocoa -Lsndrender -lsndrender
/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
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
Re: Best Mac emulator?
Also zxsp-0-8-33-beta is available here: https://k1.spdns.de/Develop/Projects/zx ... ributions/
Runs on Mac M1 as well.
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
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
Re: Best Mac emulator?
Thank you for your feedback!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:toCFLAGS+=-mmacosx-version-min=10.6 -arch i386 -arch x86_64andCFLAGS+=-mmacosx-version-min=13.2
Change:toLDFLAGS=-mmacosx-version-min=10.6 -arch i386 -arch x86_64Also, replace -Wl,-framework, SDL with -lSDL in LIBSLDFLAGS=-mmacosx-version-min=13.2But now it compiles without any problems and runs fine on M1 MacLIBS=-L/opt/homebrew/lib/ -lSDLmain -lSDL -Wl,-framework,AppKit -Wl,-framework,Cocoa -Lsndrender -lsndrender
Re: Best Mac emulator?
Runs great on my M1! And the little bug with the line showing is gone. Thanks for the update!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.
Re: Best Mac emulator?
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
I'm now running EightyOne on my Mac mini M2
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
zxinfo-file-browser - Cross platform app to manage your files
https://zxinfo.dk - another ZXDB frontend
Re: Best Mac emulator?
I didn't think Wine/Wineskin supported M1+ Macs. I had EightyOne working back when my Mac was x64.
Thank you for the update.
Thank you for the update.
Re: Best Mac emulator?
Another great option for running EightyOne on a M3 Mac is https://getwhisky.app/
Camilo Eid - ZX81