Search found 965 matches

by Cristian
Mon Jan 16, 2017 10:45 pm
Forum: Hardware
Topic: Sermouse adapter - Solved!
Replies: 13
Views: 6276

Re: Sermouse adapter - Solved!

Well, actually I'm a graphic designer ;) Don't be jealous: also your drawings are OK.
What tools? Do you mean to crimp the QL SER plug? A bit of fantasy and a good screwdriver :)
by Cristian
Sat Jan 14, 2017 1:00 pm
Forum: Hardware
Topic: ULA ZX8301 - TV Picture Capabilities
Replies: 62
Views: 32237

Re: ULA ZX8301 - TV Picture Capabilities

tofro wrote:I think 8 more colours would be much more useful than FLASH.
:lol: :lol:
Now seriously: QL resolution + more colors = rocking revolution :o
by Cristian
Fri Jan 13, 2017 8:27 pm
Forum: Hardware
Topic: Microdrive Motor Adjustment
Replies: 54
Views: 27696

Re: Microdrive Motor Adjustment

tcat wrote: QL-MD_unit_disassembly.JPG
Tomas, this image is simply spectacular :D
by Cristian
Fri Jan 13, 2017 7:56 pm
Forum: Software & Programming
Topic: Charging TK2 via NET
Replies: 8
Views: 3476

Re: Charging TK2 via NET

Maybe your ROM image is corrupt or not a real ROM image? If it is a real ROM image then PEEK_W(a) should give 19195 and PEEK_W(a+2) should be 1. You hit the jackpot Jan! I don't know why, but the problem was indeed the downloaded ROMs. I tried with another TK2 Rom (from QemuLator) and it worked imm...
by Cristian
Tue Jan 10, 2017 9:31 pm
Forum: Software & Programming
Topic: Charging TK2 via NET
Replies: 8
Views: 3476

Re: Charging TK2 via NET

You might try COPY_H instead of COPY since LBYTES tries to read the file header from the network in order to determine how many bytes it should load. Also, you cannot just CALL a ROM image since it starts with a specific header (which is actually an illegal 68000 instruction). You can try this code...
by Cristian
Mon Jan 09, 2017 10:22 pm
Forum: Software & Programming
Topic: Charging TK2 via NET
Replies: 8
Views: 3476

Re: Charging TK2 via NET

COPY flp1_tk2rom_bin TO neto_1 Unfortunately this method does not work :-( At "LBYTES neti_1,a" it returns a BAD PARAMETER error. I succeeded to LBYTES some screen dumps from NET1, but it seems impossible to LBYTES TK2 file from floppy. I tried also to transfer Tk2 from Trumpcard using yo...
by Cristian
Mon Jan 09, 2017 7:35 pm
Forum: Software & Programming
Topic: A bit of art
Replies: 16
Views: 6032

Re: A bit of art

Here is an improved code by Pjw. It can run on any screen size, and could now be used as a module under Cuedark, one of the "standard" QL screen saver utilities. Larger screens are not for QDOS, of course, so this needs SMSQ/E. Enjoy! 100 REMark ************************************* 110 RE...
by Cristian
Mon Jan 09, 2017 2:20 pm
Forum: Hardware
Topic: TrumpCard modification
Replies: 18
Views: 7578

Re: TrumpCard modification

1024MAK wrote: Now more efficient switch mode power supply units (SMPSU) are cheaper and more easily available.
Is TSR 1-2450 the only best solution or do you know other similar alternatives?
by Cristian
Mon Jan 09, 2017 2:15 pm
Forum: Software & Programming
Topic: A bit of art
Replies: 16
Views: 6032

Re: A bit of art

Pjw, Tomas,
thanks for your benevolent appreciations.
I've already some ideas about Delaunay's 'half circles' :mrgreen:
...maybe if I find some time... ;)
by Cristian
Mon Jan 09, 2017 11:59 am
Forum: Software & Programming
Topic: Charging TK2 via NET
Replies: 8
Views: 3476

Re: Charging TK2 via NET

I am not sure if the "native TC part" would ignore the missing hardware when you CALL it and initialise TK2 nevertheless. Also the Trump Card does a number of complicated memory-re-mappings during startup. Needs a try. Thank you very much Tobias. I'll make some proofs. And what about tran...