Closed sy2002 closed 3 years ago
I had a quick look in case it was something easy, but I suspect it might be an IWM emulation issue. Superficial observations: the game keeps the disk spinning on track 11 and spends a lot of time polling IWM status. It seems to do this while the menu is displayed, and then when play is pressed starts doing only that. Possibly it's waiting for some sort of event that for some reason I'm not delivering?
It's also possible I'm mishandling the IMG file format somehow and mistranscoding track 11, but I think that's less likely since the linked image is fairly simple.
Thank you for this feedback, Tom.
Hi Tom, in your recent release note you wrote:
adds support for most WOZ 2-format disk images for the Apple II, fixing some latent issues around booting 13-sector disks and improving the Disk II static analyser.
Is this related to this bug? If yes, I would retest.
No, actually I think the emulator might have regressed now that I'm giving it a quick midday test.
I'll confirm or deny and, if necessary, seek to fix this evening.
Regression dealt with, but to confirm: no visible progress on the main problem.
Thank you for the feedback.
@TomHarte I just read in your recent release notes:
"adds support for Macintosh drive images, in addition to its existing support for volume images"
Is this related to this issue here (so does it make sense for me to start re-testing some old disk images)?
Alas no; that's more related to hard-disk images: previous versions was aware only of vMac-esque volume images, where the file on your disk is a copy of the HFS or MFS volume only. The new version can still deal with those but it can also open Basilisk-style drive images, which include the partition map, the driver partition, plus arbitrarily many further volumes.
So it's more about the slow creep towards emulating newer versions of Mac OS. Nowadays the emulator also has a full PowerPC decoder but it can't yet actually execute PowerPC code.
I was hoping my foray into the Apple IIgs would give me the sort of breadth of test cases to really push both the IWM and the SCC, one of which is bound to be the problem here. But although it led to IWM improvements I'm still not really far enough along to have properly attacked the SCC.
Thank you Tom, for your detailed answer.
That all being said, I think it's quite possible this issue has been resolved — even if unwittingly.
COOL :-) Thank you!
Reproduction (using a macOS 10.14)
Problem: Does not continue from here
I made a small video that shows the reproduction steps (due to "wesendit" restrictions, only available for 7 days from today on): https://wsi.li/dl/uNMMJ8EYhzcbN3s3s/
For ensuring that the disk image itself is correct, I showed in the video reproduction that it works with "Mini vMac"
P.S. Awesome job! I love CLK.