Macintosh Plus Setup
- kamshaft
- Posts: 57
- Joined: Tue May 26, 2020 8:24 pm
- Location: Ontario, Canada
- Has thanked: 3 times
- Been thanked: 3 times
- Contact:
Macintosh Plus Setup
I've been having the darnedest time to get this properly setup.
1. So far....I've got the core loading a .VHD image with a basic (with barely anything on it) System 6 booting from it. No apps or anything.
2. Finding System install disks that are 800K and not 1.4MB is proving to be a task in .DSK format.
Any ideas from those that have this up and running?
1. So far....I've got the core loading a .VHD image with a basic (with barely anything on it) System 6 booting from it. No apps or anything.
2. Finding System install disks that are 800K and not 1.4MB is proving to be a task in .DSK format.
Any ideas from those that have this up and running?
---
Owner of XboxAddict.com and ColecovisionAddict.com
---
Owner of XboxAddict.com and ColecovisionAddict.com
---
Re: Macintosh Plus Setup
The Macintosh Plus was hardly used with a hard drive. It was an extreme luxury. You just booted the system (from 1 to 6, or even 7.1 if I recall, it was fitting on a single floppy) and swapped disks to load apps.
Before OS 6 and the Multifinder, you couldn't multitask: you were running a single application at a time.
The Macintosh Plus can only boot up to system 6 I think.
Before OS 6 and the Multifinder, you couldn't multitask: you were running a single application at a time.
The Macintosh Plus can only boot up to system 6 I think.
Re: Macintosh Plus Setup
I am having issues getting software in dsk format. I used to have tons software in this format but I cant find my stuff
Re: Macintosh Plus Setup
It appears that this core has not been worked on for a while. Unfortunately, I'm not an HDL programmer but I suspect that it possibly has something to do with the speed at which the keyboard is scanned. I had a look at the code and there is reference to the frequency the keyboard is scanned.
Again, I'm not an HDL programmer, so I could be completely wrong (and I probably am). Thought of testing out my suspicions by fiddling with the code but time unfortunately is in limited supply right now (phd thesis and all of that...)
-
- Posts: 36
- Joined: Mon May 25, 2020 3:52 pm
- Location: Fort Collins, CO
- Has thanked: 2 times
- Been thanked: 7 times
- Contact:
Re: Macintosh Plus Setup
Yeah, it's a pretty buggy core, which is a shame. It'd be nice to have a decent vintage mac core.
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Macintosh Plus Setup
The core supports big HDs but cannot format them. There are 2GB images working, look in the old Atari forum for the links.
Re: Macintosh Plus Setup
ok ill check . I thought I had tried my vMac vhd files which were fairly large but they might have been over 2gb ..
EDIT I think this was the link referenced in the old forums
http://www.savagetaylor.com/2018/05/28/ ... isk-image/
EDIT I think this was the link referenced in the old forums
http://www.savagetaylor.com/2018/05/28/ ... isk-image/
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Macintosh Plus Setup
This is the correct site, for the images take them from
http://www.savagetaylor.com/downloads/
The VMac VHDs are not compatible with the core as it uses SCSI. I tried before without success, same with Basilisk.
The images from the site mentioned contain only a reduced install of the OS. What I did what to reinstall using floppy images for full install. The most recent version of the OS working on the core is 6.0.8.
http://www.savagetaylor.com/downloads/
The VMac VHDs are not compatible with the core as it uses SCSI. I tried before without success, same with Basilisk.
The images from the site mentioned contain only a reduced install of the OS. What I did what to reinstall using floppy images for full install. The most recent version of the OS working on the core is 6.0.8.
Re: Macintosh Plus Setup
Actually the Mister Basillisk "script" works fine with the MacPlus core vhds (on the mister itself) .. so when I need to manage it , I just run the basillisk script to run it on the linux side (mounting the boot.vhd from the macplus core as a second hard drive volume ) .. when I am done, I exit out of that and reboot back into the MacPlus core.. I tried this with the 2gb image and it works.. so thanks .. I think I can use this configuration for now.. I just need to breakup my "games" folder as mac os 6.0.8 doesnt seem to like that many items in it.
-
- Top Contributor
- Posts: 531
- Joined: Tue May 26, 2020 5:06 am
- Has thanked: 87 times
- Been thanked: 211 times
Re: Macintosh Plus Setup
Finder is probably running out of RAM.
Instead of breaking up your "Games" folder, you can also select the "Finder" icon in "System" folder then select "File/Get Info" from menu.
Increase "Application Memory Size" like 100KB or so... 184K seemed to work for me.
Re: Macintosh Plus Setup
Oh thanks .. I didnt even think to check that.. (been so so so long)..bbond007 wrote: ↑Mon Jun 29, 2020 12:20 amFinder is probably running out of RAM.
Instead of breaking up your "Games" folder, you can also select the "Finder" icon in "System" folder then select "File/Get Info" from menu.
Increase "Application Memory Size" like 100KB or so... 184K seemed to work for me.
Re: Macintosh Plus Setup
I set up my Mac Plus core over the last few days using the instructions on the core's repo page. There was a lot of trial and error, but here are some hints that will maybe help someone else:
1. The disk image that they link to in the repo is for 6.0.5. If you just follow the default install instructions, you will also need a Disk 2 and Disk 3 ("Utilities 1" and "Utilities 2").
2. The bin2dsk script is a little picky: Ubuntu doesn't support the 'unar' command it needs, but lubuntu does, as does openSUSE.
3. Even if you download Disk 2, Disk 3, and Disk 4 of System 6.0.5 from the Archive.org link, the bin2dsk.sh script can't convert them. It'll say they're not valid images. However, the System 6.0.8 .bin files are (the ones called SSW_6.0.8-800k_Disk1of4.sea.bin, for instance.)
4. If you're not as familiar with Linux and running that script (like me), you'll need to do a few things. I recommend booting off a Lubuntu live cd. You can use Rufus to get it on to a USB stick.
4a. Copy stuffit520.611linux-i386.tar.gz to /usr/local -- this will require root privileges; most of the time this is followed by extracting it:
4b. For the dc2dsk executable:
- First, compile it:
- Then put it in place:
- I think you also need to make it executable:
I tried running the bin2dsk script on openSUSE using Windows Subsystem for Linux, and it errored out. The script uses a command called "file" to verify that the .bin images are proper disk images. Something about running "file" under Linux under Windows doesn't work. If you edit the script and comment out the lines related to checking that the binary is valid, the rest of the script runs.
Now that it's set up, I can get any .bin file and convert it to .dsk for this core successfully. I wish I were a coder -- it would be a fun project to take up this core and add in .bin support, among other things.
The core itself seems to run fine for me... I don't think sound works though, unfortunately. I was able to start playing Pyramids of Peril yesterday though; seems like a fun dungeon crawler. Anyone else have any good game recommendations? I never had a Mac growing up, so this is like a weird alternate history for me, haha.
1. The disk image that they link to in the repo is for 6.0.5. If you just follow the default install instructions, you will also need a Disk 2 and Disk 3 ("Utilities 1" and "Utilities 2").
2. The bin2dsk script is a little picky: Ubuntu doesn't support the 'unar' command it needs, but lubuntu does, as does openSUSE.
3. Even if you download Disk 2, Disk 3, and Disk 4 of System 6.0.5 from the Archive.org link, the bin2dsk.sh script can't convert them. It'll say they're not valid images. However, the System 6.0.8 .bin files are (the ones called SSW_6.0.8-800k_Disk1of4.sea.bin, for instance.)
4. If you're not as familiar with Linux and running that script (like me), you'll need to do a few things. I recommend booting off a Lubuntu live cd. You can use Rufus to get it on to a USB stick.
4a. Copy stuffit520.611linux-i386.tar.gz to /usr/local -- this will require root privileges; most of the time this is
Code: Select all
sudo cp stuffit520.611linux-i386.tar.gz /usr/local
Code: Select all
sudo tar -xvzf stuffit520.611linux-i386.tar.gz
- First, compile it:
Code: Select all
gcc -o dc2dsk dc2dsk.c
Code: Select all
sudo cp dc2dsk /usr/local/bin
Code: Select all
sudo chmod u+x /usr/local/bin/dc2dsk
Now that it's set up, I can get any .bin file and convert it to .dsk for this core successfully. I wish I were a coder -- it would be a fun project to take up this core and add in .bin support, among other things.
The core itself seems to run fine for me... I don't think sound works though, unfortunately. I was able to start playing Pyramids of Peril yesterday though; seems like a fun dungeon crawler. Anyone else have any good game recommendations? I never had a Mac growing up, so this is like a weird alternate history for me, haha.
-
- Core Developer
- Posts: 300
- Joined: Sun May 24, 2020 6:55 pm
- Has thanked: 5 times
- Been thanked: 154 times
Re: Macintosh Plus Setup
Are you running sound through hdmi or the audio jack on the I/o board? It works for me through the audio jack.
Try glider.
Re: Macintosh Plus Setup
There is a far simpler solution. The disk images can be downloaded from here:jrronimo wrote: ↑Sat Aug 01, 2020 3:33 pm I set up my Mac Plus core over the last few days using the instructions on the core's repo page. There was a lot of trial and error, but here are some hints that will maybe help someone else:
1. The disk image that they link to in the repo is for 6.0.5. If you just follow the default install instructions, you will also need a Disk 2 and Disk 3 ("Utilities 1" and "Utilities 2").
2. The bin2dsk script is a little picky: Ubuntu doesn't support the 'unar' command it needs, but lubuntu does, as does openSUSE.
3. Even if you download Disk 2, Disk 3, and Disk 4 of System 6.0.5 from the Archive.org link, the bin2dsk.sh script can't convert them. It'll say they're not valid images. However, the System 6.0.8 .bin files are (the ones called SSW_6.0.8-800k_Disk1of4.sea.bin, for instance.)
4. If you're not as familiar with Linux and running that script (like me), you'll need to do a few things. I recommend booting off a Lubuntu live cd. You can use Rufus to get it on to a USB stick.
4a. Copy stuffit520.611linux-i386.tar.gz to /usr/local -- this will require root privileges; most of the time this isfollowed by extracting it:Code: Select all
sudo cp stuffit520.611linux-i386.tar.gz /usr/local
4b. For the dc2dsk executable:Code: Select all
sudo tar -xvzf stuffit520.611linux-i386.tar.gz
- First, compile it:- Then put it in place:Code: Select all
gcc -o dc2dsk dc2dsk.c
- I think you also need to make it executable:Code: Select all
sudo cp dc2dsk /usr/local/bin
I tried running the bin2dsk script on openSUSE using Windows Subsystem for Linux, and it errored out. The script uses a command called "file" to verify that the .bin images are proper disk images. Something about running "file" under Linux under Windows doesn't work. If you edit the script and comment out the lines related to checking that the binary is valid, the rest of the script runs.Code: Select all
sudo chmod u+x /usr/local/bin/dc2dsk
Now that it's set up, I can get any .bin file and convert it to .dsk for this core successfully. I wish I were a coder -- it would be a fun project to take up this core and add in .bin support, among other things.
The core itself seems to run fine for me... I don't think sound works though, unfortunately. I was able to start playing Pyramids of Peril yesterday though; seems like a fun dungeon crawler. Anyone else have any good game recommendations? I never had a Mac growing up, so this is like a weird alternate history for me, haha.
https://winworldpc.com/product/mac-os-0-6/system-6x
Re: Macintosh Plus Setup
I didn't even think about my audio pathway, haha. I'm using one of the HDMI to VGA adapters. When I start the core, I hear a high pitch sound; like the "Mac bong noise", but shorter/higher. Trying all of the exclamation noises in the sound panel make the same sound.
Well that would have saved me two days... hahaha. Good to know for next time. I learned though, and had fun doing so... so it's not a total loss.antonie wrote: ↑Sat Aug 01, 2020 5:45 pm
There is a far simpler solution. The disk images can be downloaded from here:
https://winworldpc.com/product/mac-os-0-6/system-6x
-
- Top Contributor
- Posts: 1321
- Joined: Thu Jun 11, 2020 2:31 am
- Has thanked: 15 times
- Been thanked: 213 times
Re: Macintosh Plus Setup
About the only real issue I had with the Mac Plus (ah - my high school Turbo Pascal days!) was the keyboard input repeat problem...which is an awful shame, because every other bit of the experience was SO spot-on. Knocks vMac into a cocked hat!
Re: Macintosh Plus Setup
Agreed, the keyboard repeat issue is a real shame. This core has not been worked on for a couple of years. Mac in general needs a bit of love on Mister. I have another project on the go, so unfortunately cannot spend time on this...but maybe someone can take up the mantle.
Re: Macintosh Plus Setup
Tinkering is goodjrronimo wrote: ↑Sat Aug 01, 2020 6:08 pmI didn't even think about my audio pathway, haha. I'm using one of the HDMI to VGA adapters. When I start the core, I hear a high pitch sound; like the "Mac bong noise", but shorter/higher. Trying all of the exclamation noises in the sound panel make the same sound.
Well that would have saved me two days... hahaha. Good to know for next time. I learned though, and had fun doing so... so it's not a total loss.antonie wrote: ↑Sat Aug 01, 2020 5:45 pm
There is a far simpler solution. The disk images can be downloaded from here:
https://winworldpc.com/product/mac-os-0-6/system-6x
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
Re: Macintosh Plus Setup
hi
does anyone succes to install 7.5 on mac plus ?
i can't get over 7.01
i just dump 5.3 french version with my kryoflux if someone wants it
mac plus core doesn't seem to have eject feature on diskette, can someone update this core with new framework please ?
does anyone succes to install 7.5 on mac plus ?
i can't get over 7.01
i just dump 5.3 french version with my kryoflux if someone wants it
mac plus core doesn't seem to have eject feature on diskette, can someone update this core with new framework please ?
- Attachments
-
- [MAC] Le Finder Macintosh Version F1-5.3 [3.5DD].dsk.zip
- (316.49 KiB) Downloaded 685 times
CPC-Power Staff
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
Re: Macintosh Plus Setup
My Mac OS 7.01 US vhd
- Attachments
-
- mac os 7.01 us.vhd.zip
- (3.87 MiB) Downloaded 977 times
CPC-Power Staff
-
- Posts: 105
- Joined: Tue Jul 07, 2020 1:33 am
- Been thanked: 19 times
Re: Macintosh Plus Setup
I don't know if you've attempted installing the system software yourself, but the files available at winworld are .img files, while the MacPlus core needs them in .dsk format.antonie wrote: ↑Sat Aug 01, 2020 5:45 pmThere is a far simpler solution. The disk images can be downloaded from here:jrronimo wrote: ↑Sat Aug 01, 2020 3:33 pm I set up my Mac Plus core over the last few days using the instructions on the core's repo page. There was a lot of trial and error, but here are some hints that will maybe help someone else:
1. The disk image that they link to in the repo is for 6.0.5. If you just follow the default install instructions, you will also need a Disk 2 and Disk 3 ("Utilities 1" and "Utilities 2").
2. The bin2dsk script is a little picky: Ubuntu doesn't support the 'unar' command it needs, but lubuntu does, as does openSUSE.
3. Even if you download Disk 2, Disk 3, and Disk 4 of System 6.0.5 from the Archive.org link, the bin2dsk.sh script can't convert them. It'll say they're not valid images. However, the System 6.0.8 .bin files are (the ones called SSW_6.0.8-800k_Disk1of4.sea.bin, for instance.)
4. If you're not as familiar with Linux and running that script (like me), you'll need to do a few things. I recommend booting off a Lubuntu live cd. You can use Rufus to get it on to a USB stick.
4a. Copy stuffit520.611linux-i386.tar.gz to /usr/local -- this will require root privileges; most of the time this isfollowed by extracting it:Code: Select all
sudo cp stuffit520.611linux-i386.tar.gz /usr/local
4b. For the dc2dsk executable:Code: Select all
sudo tar -xvzf stuffit520.611linux-i386.tar.gz
- First, compile it:- Then put it in place:Code: Select all
gcc -o dc2dsk dc2dsk.c
- I think you also need to make it executable:Code: Select all
sudo cp dc2dsk /usr/local/bin
I tried running the bin2dsk script on openSUSE using Windows Subsystem for Linux, and it errored out. The script uses a command called "file" to verify that the .bin images are proper disk images. Something about running "file" under Linux under Windows doesn't work. If you edit the script and comment out the lines related to checking that the binary is valid, the rest of the script runs.Code: Select all
sudo chmod u+x /usr/local/bin/dc2dsk
Now that it's set up, I can get any .bin file and convert it to .dsk for this core successfully. I wish I were a coder -- it would be a fun project to take up this core and add in .bin support, among other things.
The core itself seems to run fine for me... I don't think sound works though, unfortunately. I was able to start playing Pyramids of Peril yesterday though; seems like a fun dungeon crawler. Anyone else have any good game recommendations? I never had a Mac growing up, so this is like a weird alternate history for me, haha.
https://winworldpc.com/product/mac-os-0-6/system-6x