Previous Thread
Next Thread
Print Thread
Page 1 of 2 1 2
#121043 06/20/22 05:55 PM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
I’m not overly familiar with the Mac drivers, so I’m not sure if this is me doing something wrong, known limitations, or bugs.

If I try running Mac II booted from a hard disk with two hard disks connected, ADB locks up after the desktop appears. For example if I use this command, the mouse/keyboard won’t respond after the desktop appears:
Code
mamed macii -ui_active -nb9 spec8s3 -hard1 mac711 -scsi:2 harddisk -hard2 SuperMac.hdv

However, if I boot from a floppy, I can browse both hard disks and copy files between them without ADB locking up. For example, this works:
Code
mamed macii -ui_active -nb9 spec8s3 -hard1 mac711 -scsi:2 harddisk -hard2 SuperMac.hdv -flop mac_flop:sys608

I occasionally get stuck keys, so I guess this is just ADB HLE weirdness?

Weirder than that though is that System 7.1 doesn’t see some files on the hard disk while System 6 does.

With that previous command (booting from System 6.0.8 on floppy with the System 7.1.1 Pro hard disk attached), I can see the PowerTalk Folder, System 7 Pro Read Me folder, TeachText, etc. as well as any other stuff I add myself.

However, if I boot from System 7 itself, I only see the System Folder in the root folder of the hard disk. For example this only shows the System Folder:
Code
mamed macii -ui_active -nb9 spec8s3 -hard1 mac711

I tried rebuilding the desktop file on the hard disk, but it didn’t improve the situation.

This was all with debug builds, I haven’t tried a release build. Is there something I’m doing wrong?

Vas Crabb #121044 06/20/22 06:04 PM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
OK, the missing files in System 7 fixes itself in a release build, so I guess that’s down to a lurking uninitialised variable. ADB locking up with two hard disks when booted from one of them is still present in a release build.

Vas Crabb #121046 06/21/22 04:13 AM
Joined: Dec 2015
Posts: 155
Likes: 4
A
AJR Online Content
Senior Member
Online Content
Senior Member
A
Joined: Dec 2015
Posts: 155
Likes: 4
Something is definitely faulty with the ADB HLE, since macpb100 loses the mouse when booting from floppies and loses the keyboard instead when booting from a hard disk.

Vas Crabb #121048 06/22/22 09:33 PM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
Osso worked out which uninitialised variables were causing the issues with System 7 filesystem access, so that’s one less thing to worry about.

Vas Crabb #121049 06/22/22 10:20 PM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
I’m still getting issues with multiple monitors on emulated Macs. At this point I’m wondering if my PC is haunted. Even if I just use a pair of m2hires cards in a Mac II, it misbehaves. I can move the mouse pointer onto the second monitor or drag a window there, and the OS thinks it’s there, but it isn’t drawn. The second screen just shows the desktop pattern. After dragging it back onto the first screen, (have to do this blind), the contents of the window will be corrupted.

Vas Crabb #121050 06/23/22 12:44 AM
Joined: Mar 2001
Posts: 17,008
Likes: 94
R
Very Senior Member
Online Content
Very Senior Member
R
Joined: Mar 2001
Posts: 17,008
Likes: 94
I can confirm a pair of m2hires cards acts weird (the system locks up when I open the Monitor applet, which is definitely bad). A pair of 48gc cards works great though.

ETA: cb264 and 48gc are both "harmless" - I can run a 48gc and 3 cb264s in macii and it works fine.

Last edited by R. Belmont; 06/23/22 02:26 AM.
Joined: Mar 2009
Posts: 69
Likes: 1
M
Member
Offline
Member
M
Joined: Mar 2009
Posts: 69
Likes: 1
Just playing around with this on Linux with Mame 0.243.

$ mame macii mac711 -window -ramsize 8M -effect none -video opengl -nomaximize -nounevenstretch -nb9 48gc -nba cb264 -nbb cb264 -nbc cb264 -noautosave

This boots up with 4 monitors like R. Belmont was saying (I assume this is what you meant by "a 48gc and 3 cb264s"). The 48gc card can be put into a color mode with no problem. Mame crashes as soon as I try to put any of the cb264 monitors into a color mode.

Ignoring MAME exception: cb264: unknown video mode 50529027

Fatal error: cb264: unknown video mode 50529027

mochamame #121053 06/23/22 11:13 AM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
Originally Posted by mochamame
Just playing around with this on Linux with Mame 0.243.

$ mame macii mac711 -window -ramsize 8M -effect none -video opengl -nomaximize -nounevenstretch -nb9 48gc -nba cb264 -nbb cb264 -nbc cb264 -noautosave

This boots up with 4 monitors like R. Belmont was saying (I assume this is what you meant by "a 48gc and 3 cb264s"). The 48gc card can be put into a color mode with no problem. Mame crashes as soon as I try to put any of the cb264 monitors into a color mode.

Ignoring MAME exception: cb264: unknown video mode 50529027

Fatal error: cb264: unknown video mode 50529027
Didn’t ArBee already fix that in master?

1 member likes this: mochamame
Vas Crabb #121054 06/23/22 11:44 AM
Joined: Mar 2001
Posts: 17,008
Likes: 94
R
Very Senior Member
Online Content
Very Senior Member
R
Joined: Mar 2001
Posts: 17,008
Likes: 94
Correct, but they were using 0.243.

Vas Crabb #121055 06/23/22 09:22 PM
Joined: Feb 2004
Posts: 2,477
Likes: 170
Very Senior Member
OP Offline
Very Senior Member
Joined: Feb 2004
Posts: 2,477
Likes: 170
Sorry, the Macintosh Display Card is going to have incorrect refresh rates for a while. Calculating the PLL-generated dot clock frequencies is going to take effort.

edit: That was a short while.

Last edited by Vas Crabb; 06/23/22 10:29 PM.
Page 1 of 2 1 2

Link Copied to Clipboard
Who's Online Now
3 members (R. Belmont, Revenant, 1 invisible), 55 guests, and 0 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,189
Posts120,336
Members5,044
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com