Search found 234 matches

by M68008
Tue May 14, 2024 6:56 am
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

Block sizes (including checksums, block IDs, etc.) appear to be:

Code: Select all

OS     | Header | Sector
============================
QDOS   |     16 |  526
OPD    |     14 |  532
68K/OS |     16 |  1028
by M68008
Tue May 14, 2024 12:42 am
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

XorA wrote: Mon May 13, 2024 11:28 pm Id happilly implement your new format as a 2nd implementation in sqlay3!
That would be great!
by M68008
Tue May 14, 2024 12:42 am
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

Just out of interest - I assume this capture of mdv non QL format data you've been working on with Tony could also be used for the ICL OPD cartridges so that they can be captured/dumped and then viewed or manipulated to some degree in QemuLator or even on a real QL? That would be interesting. I did...
by M68008
Mon May 13, 2024 10:53 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

I'm thinking about what format to use for the resulting microdrive image. QLay's MDV image looks general on the surface, but it's not, it only works because emulators know the image format and that is specific to QDOS (512-byte sectors, etc.). Another issue is that it doesn't explicitly store the mi...
by M68008
Sat May 11, 2024 11:59 pm
Forum: Software & Programming
Topic: Double buffering?
Replies: 10
Views: 188

Re: Double buffering?

I guess, I have to switch to supervisor mode, disable interrupts and/or redirect them to my code. And I guess I have to save/restore the relevant memory contents to somewhere else, if I ever want a fighting chance to restore things, if that is even possible. Anything else? Is there an example for t...
by M68008
Fri May 10, 2024 7:22 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

t0nyt wrote: Fri May 10, 2024 6:38 pm How do you want me to get the file to you please?
I'll PM an upload link
by M68008
Fri May 10, 2024 4:46 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

Hi Daniele, I think I have all the Hardware & Software ready to go BUT I can't get the "hooks" to latch onto the MD cable Any thoughts on what else I can do please? Many thanks For outside, you can get some kind of edge connector and connect the probe to it. Or if you are opening your...
by M68008
Fri May 10, 2024 6:59 am
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

I now have these items: Not sure if on Mac it's the same, but on Windows often the logic analyzer won't immediately be seen by PulseView (try using fx2lafw type). When that happens, the Zadig utility (comes with PulseView) can be used to install the proper firmware. After that, it should then show ...
by M68008
Mon May 06, 2024 8:14 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

This is certainly something I'd be keen to do when circumstances allow (I'm a 24/7 carer with little time or space to do something like this), but if you can let me know exactly what I should get I'll get it in ready so I can give it a go as circumstances allow. Hi Tony, The logic analyzer I have i...
by M68008
Sat May 04, 2024 10:59 pm
Forum: Software & Programming
Topic: 68K/OS "ROM" based disk attempt
Replies: 34
Views: 1347

Re: 68K/OS "ROM" based disk attempt

I'm pretty sure now that the existing dumps (at least of BAUD & a couple of others I tried) of the OS disk programs we have in the downloads section are corrupt (am going to try and make a dump on the hardware to manually compare BAUD byte by byte as it's small, or I may try to make new serial ...