Search found 126 matches

by Whopper
Sun Jul 15, 2018 8:29 pm
Forum: Software & Programming
Topic: C68 function itoa
Replies: 7
Views: 2974

Re: C68 function itoa

Norm, Thanks for this information. I fudged it with a switch statement and 16 cases. Kludgy but its working. I don't mind messing around like this as I am learning C as a pass time. I am so used to SQL that there is no common ground to strat of off. I have used Arduinos and RPi before, but only for ...
by Whopper
Sun Jul 15, 2018 5:32 pm
Forum: Software & Programming
Topic: C68 function itoa
Replies: 7
Views: 2974

C68 function itoa

I'm hoping that you gurus can help me with a small problem. I am building a disassembler in C68 (its for fun, don't judge.) I want to use the itoa function to convert a decimal address into hex. I am using code based on this - int main() { int i = 0; long ad; char buff[7]; ad = 43981; itoa(ad,buff,1...
by Whopper
Sun Jul 15, 2018 12:16 am
Forum: Hardware
Topic: Q68 Order Process
Replies: 344
Views: 181396

Re: Q68 Order Process

Derek, Thanks, I'll keep that in mind. I was going to try Kermit. I have a working version of Kermit 95 for the PC and have a working (well it starts up and does everything) version for the QL. Your last message did remind me that, on boot up, the Q68 is in BBQL mode (well almost, apart from the spe...
by Whopper
Fri Jul 13, 2018 2:39 pm
Forum: Hardware
Topic: Q68 Order Process
Replies: 344
Views: 181396

Re: Q68 Order Process

Derek,

Thanks for your reply.

I can write boot files, but am just getting used to the environments. I haven't even added a second SD card yet, so transfering software / applications is going to have to wait.

Whop
Whopper
by Whopper
Thu Jul 12, 2018 6:42 pm
Forum: Hardware
Topic: Q68 Order Process
Replies: 344
Views: 181396

Re: Q68 Order Process

Derek The only comment / suggestion I would make is restructuring the two interfaces. QLE and QDock use different file stores. This has caused me a little confusion. I believe that the boot systems could load their programs and then attach the same file store to allow access to all of the programs. ...
by Whopper
Wed Jul 11, 2018 9:34 pm
Forum: Hardware
Topic: Q68 Order Process
Replies: 344
Views: 181396

Re: Q68 Order Process

too received my Q68 within just a couple of days after payment.

I've been err ... Oh yes, too busy with umm ... stuff, yes stuff, to post on here.

It is very very nice though.

Must go, got lots to do.

Whopper.
by Whopper
Fri Jun 01, 2018 4:37 pm
Forum: General QL Chat
Topic: QL 34th Anniversary new hardware.
Replies: 205
Views: 97935

Re: QL 34th Anniversary new hardware.

Let me add my congratulations Dave.
by Whopper
Wed May 30, 2018 5:35 pm
Forum: Hardware
Topic: Dual FDD problems
Replies: 12
Views: 5624

Re: Dual FDD problems

Rich, I've managed to solve THIS problem. I now want a case / enclosure for two HDDs and three FDDs. I have to work out how I am going to steal all of the black lego blocks out of my grandkids lego boxes. And when (not if) they notice, how on Earth am I gonna be able to run away from the little pest...
by Whopper
Wed May 30, 2018 4:20 pm
Forum: Hardware
Topic: Dual FDD problems
Replies: 12
Views: 5624

Re: Dual FDD problems

To close this thread, my final results. 1) I bought the correct IDC cable and 10 connectors. 2) They arrived today and I made up a lead with the source connector, a FLP1 connector (with leads 10 to 12 reversed) midway and a FLP2 connector (straight through connections) at the end. It worked and I co...
by Whopper
Sun May 13, 2018 4:07 pm
Forum: Hardware
Topic: Dual FDD problems
Replies: 12
Views: 5624

Re: Dual FDD problems

Notes on QL floppy drives. Well, over the past few weeks I've been looking at why my Tetroid clone Gold Card won't use two 1.44MB floppy drives, while it's perfectly happy with two (older) 720KB drives. A number of people helped me with this investigation. Now here is what I discovered. The main QL ...