Search found 126 matches

by Whopper
Thu Jan 31, 2019 5:12 pm
Forum: Software & Programming
Topic: C++
Replies: 22
Views: 9314

Re: C++

Tobias,

Thanks for this. I thought that this would be the case, but it would have made a project much easier with C+. Still never mind I suppose assembler will bo.

Whopper
by Whopper
Wed Jan 30, 2019 7:17 pm
Forum: Software & Programming
Topic: C++
Replies: 22
Views: 9314

C++

Hi All,

Stupid question time again.

Is there a C++ compiler for the QL?

Whopper.
by Whopper
Sun Jan 13, 2019 12:44 pm
Forum: Hardware
Topic: TF Services Interfaces and BBC Micro:bit
Replies: 19
Views: 7342

Re: TF Services Interfaces and BBC Micro:bit

I2C addressing is based on the most significant 7 bits of the address byte, thus the addressing range is 0 to 127. So if a devices address is 56(Hex) then the binary byte would be 0101 0110. To READ from this address that is the binary code which is sent to all of the present interfaces. Only the co...
by Whopper
Fri Jan 11, 2019 3:55 pm
Forum: Hardware
Topic: FGPA Anyone?
Replies: 40
Views: 20991

Re: FGPA Anyone?

Fabrizo, Marcel,

Stupid questions first, did you check the ".QSF" file for the SD card pin assignments?

I haven't had a chance to check the ".QSF" against my DE2-115 but am sure that changes will be required.

Whopper
by Whopper
Fri Jan 04, 2019 5:04 pm
Forum: Compatibles Corner
Topic: Q68 Ethernet
Replies: 41
Views: 42604

Re: Q68 Ethernet

Thank you Derek.

Whopper
by Whopper
Thu Jan 03, 2019 5:08 pm
Forum: Compatibles Corner
Topic: Q68 Ethernet
Replies: 41
Views: 42604

Re: Q68 Ethernet

Hi, the most established method of getting files to and from a Q68 from a PC is to use QXLWinReader by Wolfgang which allows to read and write to a Q68 (or QL-SD, for that matter) SD card directly from a PC (that's why you have 2 slots for SD cards on your Q68) Another well-working method is to use...
by Whopper
Thu Jan 03, 2019 4:08 pm
Forum: Compatibles Corner
Topic: Q68 Ethernet
Replies: 41
Views: 42604

Re: Q68 Ethernet

Or are you thinking of a Q68 SMSQ/E transfer to Windows? Derek, Currently one of the main problems I have found with the Q68 is getting files to and from a source (like my PC.) Any file transfer system which is basically reliable will do. I really didn't want to have to install a serial card into m...
by Whopper
Wed Jan 02, 2019 11:50 pm
Forum: Compatibles Corner
Topic: Q68 Ethernet
Replies: 41
Views: 42604

Re: Q68 Ethernet

Derek,

Could the soQL allow file transfer between PC / Q68?

Whopper
by Whopper
Wed Jan 02, 2019 6:46 pm
Forum: Hardware
Topic: FGPA Anyone?
Replies: 40
Views: 20991

Re: FGPA Anyone?

The repository is here: https://github.com/MiSTer-devel/QL_MiSTer - all open source, so if you have a better understanding than me, you might be able to get some good results. Tuna, Thanks for the URL. I've downloaded a copy and will have a look at the code, which seems to be mostly VHDL thankfully...
by Whopper
Mon Dec 31, 2018 6:17 pm
Forum: Hardware
Topic: FGPA Anyone?
Replies: 40
Views: 20991

Re: FGPA Anyone?

I've been experimenting with the MiSTer QL emulator built on the DE10 Nano FPGA board - it's a compact and fairly neat implementation of a bare bones QL - with some support for QL SD card images (though i can't get that part to work). It would be lovely if it got more support for disk images of var...