Latest Basilisk II for Apple Silicon

About BasiliskII, a 68k Mac emulator for Windows, MacOSX, and Linux that can run System 7.x through MacOS 8.1.

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
LEGO
Space Cadet
Posts: 1
Joined: Tue Mar 07, 2023 3:52 pm

Latest Basilisk II for Apple Silicon

Post by LEGO »

In the thread "BasiliskII builds for Mac OS X, links and downloads", the last post looks like this:

Posted the 30 November 2022 universal build.
- This build corrects Startup Sound not working in 13 September 2022 build

13 September 2022 build withdrawn and replaced by 1 August 2021 build.

Where was the build posted? Ronald doesn't say exactly where.
User avatar
Cat_7
Expert User
Posts: 6176
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Latest Basilisk II for Apple Silicon

Post by Cat_7 »

You might try the first post on that thread.

Best,
Cat_7
User avatar
gingerbeardman
Tinkerer
Posts: 88
Joined: Mon Aug 06, 2018 2:58 pm
Location: UK
Contact:

Re: Latest Basilisk II for Apple Silicon

Post by gingerbeardman »

I'd like to request a newer build.

Just today a hugely important but minor change was added to BasiliskII (high resolution timer) which improve the experience of HyperCard and pretty much every HyperCard stack ever created.

https://github.com/kanjitalk755/macemu/ ... 1531143919
• BasiliskII on iPad Pro 12.9": Macintosh IIci 32MB + System 7.5.5 + Deneba artWORKS & UltraPaint
User avatar
Ronald P. Regensburg
Expert User
Posts: 7835
Joined: Thu Feb 09, 2006 10:24 pm
Location: Amsterdam, Netherlands

Re: Latest Basilisk II for Apple Silicon

Post by Ronald P. Regensburg »

I will build a new one for OSX/macOS as soon as i have the time to do it.
(You can also build your own, following the instructions on https://github.com/kanjitalk755/macemu )
kanjitalk755
Apple Corer
Posts: 239
Joined: Thu Nov 09, 2017 12:06 pm

Re: Latest Basilisk II for Apple Silicon

Post by kanjitalk755 »

(From GitHub)
@Cat_7

SheepShaver/src/timer.cpp has been changed to a symlink.
There are many other symlinks in the SheepShaver/src directory.
Windows doesn't seem to handle symlinks by default.
How did you handle it in the past?
kanjitalk755
Apple Corer
Posts: 239
Joined: Thu Nov 09, 2017 12:06 pm

Re: Latest Basilisk II for Apple Silicon

Post by kanjitalk755 »

By the way, the Windows version cannot use a high-precision timer, so there are no improvements in this update.
User avatar
Cat_7
Expert User
Posts: 6176
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Latest Basilisk II for Apple Silicon

Post by Cat_7 »

The make links command makes those links.

cd SheepShaver
make links <--
cd src/Windows
NO_CONFIGURE=1 ../Unix/autogen.sh
./configure --with-bincue
make -j12
strip SheepShaverGUI.exe
strip SheepShaver.exe

It seems timer.cpp is missing from the make file in the top level SheepShaver folder. When I add it like this:

links:
(cd src/Windows; if [ ! -e m4 ]; then ln -s ../../../BasiliskII/src/Unix/m4; fi)
@list='adb.cpp audio.cpp cdrom.cpp disk.cpp extfs.cpp pict.c \
prefs.cpp scsi.cpp sony.cpp timer.cpp xpram.cpp \


The error is solved.

Best,
Cat_7
kanjitalk755
Apple Corer
Posts: 239
Joined: Thu Nov 09, 2017 12:06 pm

Re: Latest Basilisk II for Apple Silicon

Post by kanjitalk755 »

Ah, I forgot about "make links" :oops:
Fixed.
User avatar
gingerbeardman
Tinkerer
Posts: 88
Joined: Mon Aug 06, 2018 2:58 pm
Location: UK
Contact:

Re: Latest Basilisk II for Apple Silicon

Post by gingerbeardman »

Ronald P. Regensburg wrote: Tue May 02, 2023 1:15 pm (You can also build your own )
Of course, I built my own. But that doesn't help other users.
• BasiliskII on iPad Pro 12.9": Macintosh IIci 32MB + System 7.5.5 + Deneba artWORKS & UltraPaint
Post Reply