Search found 852 matches

by Martin_Head
Mon Sep 23, 2019 10:38 am
Forum: Software & Programming
Topic: Digital Precision 10 Disk set
Replies: 3
Views: 2268

Re: Digital Precision 10 Disk set

What is the version number of disk 1? There was some problem with versions before v4.0. I don't know exactly what the problem was, But I have a note form DP dated December 1994, implying extraction problems. It says the new disk 1 has a yellow label, and briefly announces itself as Version 4.0 on bo...
by Martin_Head
Sun Sep 15, 2019 11:42 am
Forum: Software & Programming
Topic: Minerva question
Replies: 2
Views: 1556

Re: Minerva question

Thanks for that. That will probably account for my 'not implemented' errors.

I was just worried that one of my machine code routines had left a landmine somewhere in the system, that PRINT was stepping on in Minerva 1.97
by Martin_Head
Sat Sep 14, 2019 11:41 am
Forum: Software & Programming
Topic: Minerva question
Replies: 2
Views: 1556

Minerva question

Does anyone know if at some point Minerva changed the handling of printing strings to a channel, by converting a IO_SSTRG into a sequence of IO_SBYTE's I have a problem with a program that prints to a channel, who's device driver does not support IO_SBYTE, but does support IO_SSTRG. The program work...
by Martin_Head
Tue Aug 20, 2019 10:03 am
Forum: QL Emulation
Topic: QEmulator
Replies: 4
Views: 4399

Re: QEmulator

jdavis6809 wrote:hello bill,

thanks for the reply (email address does not bounce)

but send 3 emails and no response

regards

john davi
I used that email address the other day, And I've had no response.

Maybe it's broken, or he's on holiday?
by Martin_Head
Mon Aug 19, 2019 10:33 am
Forum: Hardware
Topic: QL issue 5, D05 repair - RAM troubleshooting / ROM dongle needed?
Replies: 6
Views: 3542

Re: QL issue 5, D05 repair - RAM troubleshooting / ROM dongle needed?

Check out the QL Service manual section 4 http://www.sinclairql.net/srv/qlsm4.html#s4-p1.2 If IC 17 is still there, then a lot of mods are needed. Hi, thanks for that - would the lack of mods (this has none) cause the issues I'm seeing? Cheers! I've never encountered a QL with version PM. But I thi...
by Martin_Head
Sun Aug 18, 2019 10:19 am
Forum: Hardware
Topic: QL issue 5, D05 repair - RAM troubleshooting / ROM dongle needed?
Replies: 6
Views: 3542

Re: QL issue 5, D05 repair - RAM troubleshooting / ROM dongle needed?

Check out the QL Service manual section 4 http://www.sinclairql.net/srv/qlsm4.html#s4-p1.2

If IC 17 is still there, then a lot of mods are needed.
by Martin_Head
Wed Jul 31, 2019 10:46 am
Forum: Software & Programming
Topic: ALCHP and LOAD problem
Replies: 5
Views: 2169

Re: ALCHP and LOAD problem

What I had done, is write a small boot loader program to LBYTES and CALL some SuperBASIC extensions. Then LOAD a test program for the SuperBASIC extensions, which I was going to trace through with QMON/JMON. Only I mistakenly used ALCHP instead of RESPR. And when I tried the extensions, Crash... Wit...
by Martin_Head
Wed Jul 31, 2019 9:57 am
Forum: Software & Programming
Topic: ALCHP and LOAD problem
Replies: 5
Views: 2169

Re: ALCHP and LOAD problem

Thanks for that. It's me just getting old.
by Martin_Head
Tue Jul 30, 2019 2:59 pm
Forum: Software & Programming
Topic: ALCHP and LOAD problem
Replies: 5
Views: 2169

ALCHP and LOAD problem

I don't know if I am just going a bit potty, but... I have noticed a problem in SMSQ/E with ALCHP, where LOAD will corrupt the allocated space. Start SMSQ/E (I'm using QPC2 as an example) type x=ALCHP(12000), then PRINT HEX$(x,32) and make a note of the address. In my case it returned $00140404 type...
by Martin_Head
Fri Jul 19, 2019 11:27 am
Forum: Software & Programming
Topic: IP Device driver
Replies: 11
Views: 4333

Re: IP Device driver

Best thing is if we just fix the uQlx source! We don't want "special" versions just for one emulator when its the easiest one to get fixed! I won't have time probably in the coming couple of weeks but anyone is free to post patch to github! If you do a fix for the above problem. You might...