Steve Fosdick

Results 165 comments of Steve Fosdick

It turns out version 1.20 is already in the roms/tube directory in b-em. I also found the differences between 1,20 and 1.21 described by JGH: https://mdfs.net/Software/Tube/Z80/Patch121.txt I assumed the HD...

On JGH not having a version 1.22, it turns out that was a version of 1.21 which I had further patched. There is some discussion at: https://stardot.org.uk/forums/viewtopic.php?p=247812#p247812 So this patch...

The whole business of the Z80 client ROM, CP/M BIOS and the behaviour of the tube host on MOS 3.20 is a dogs dinner. With 1.22 it seems the BIOS...

That's a good point. I will try it out with having the debugger enabled override auto-pause and see. I did wonder about only when stopped but I don't think that...

I just tried this with the current master and it ran to completion. How many sideways RAM banks should I have to reproduce this?

Thanks, I found why I could not reproduce it - my B+128K model had the Graphics Extension ROM in. Removing that it locks up as described.

Ok, I can see one thing that may be causing an issue: the counter to spin down the disc is expiring before the counter for the seek to complete. Once...

Ok, see this branch: https://github.com/stardot/b-em/tree/sf/issue200 The times for each of the counters seemed reasonable but it seems depending on the order of commands, the disc spindown can not be set...

I cannot get anything that looks odd with the latest master from Github, gc8edff0. I get this: ![Screenshot from 2023-04-05 22-31-39](https://user-images.githubusercontent.com/1048671/230216710-9f028da7-9fb7-48da-894f-2fdc6e21b6fb.png) But I am also running on Arch Linux. Can...

On the amount of memory, I noticed that the game reported 75K of sideways RAM, IIRC, which seemed odd. I wonder if this has the same cause as the OS...