How to launch NESMaker under macOS with WINE

Atrill

New member

Step 1​

Enter into the terminal:
brew install --cask --no-quarantine gcenx/wine/wine-crossover
brew install --formula gcenx/wine/winetricks
winecfg


Step 2​

In the wine config window -> select windows 10 or 7 (Applications tab)
Set you Z: disk as /Users/YOUR_USER_FOLDER (Drives tab)
Screenshot 2023-04-20 at 16.03.09.png

Step 3​

Enter into the terminal:
winetricks install dotnet471
You will install a lot of dotnets by this script

Step 4​

Set an editor for .asm files in your macOS.
Right click -> get info -> Open with -> Change all.

Step 5​

Get a script from there:
GitHub - crowoverseer/wine-file-associations: Adds a file associations for wine from macOS
Launch it. Terminal commands:
cd ~/Downloads
chmod u+x ./wine-file-associations
./wine-file-associations

It will force WINE to use your macOS editor for asm.
You can edit the script and add more associations, if you want so.

Step 6​

Copy your NESMaker into any folder you want. I've put into ~/Applications/NESMaker/
Launch NESMaker via terminal: wine ~/Applications/NESMaker/NESMaker.exe
Later when you will compile, you going to return to this terminal to "Press any key"

My hardware:
iMac Retina 5K, 27-inch, 2020
3,3 GHz 6-Core Intel Core i5

The result:
Screenshot 2023-04-20 at 15.58.47 Large.jpeg

My hardware:
iMac Retina 5K, 27-inch, 2020
3,3 GHz 6-Core Intel Core i5
 
Last edited:
Top Bottom