Search found 2699 matches

by tofro
Sun Jul 31, 2011 12:21 pm
Forum: QL Emulation
Topic: Java Emulator
Replies: 22
Views: 20808

Re: Java Emulator

I have extensive Java experience and /some/ QL emulation experience - If you need help for a specific problem, please go ahead and contact me - However, I'm lacking another important factor, which is time - So I can't promise immediate help in each and every case.

Cheers
tofro
by tofro
Thu Jul 28, 2011 7:31 pm
Forum: Help for New Users
Topic: Syntax Error scr_ command
Replies: 4
Views: 5081

Re: Syntax Error scr_ command

Hi, try something like: DEFine FUNCtion OpenChannel(x, y, w, h) LOCal c$, i c$="scr_" & w & "x" & h & "a" & x & "x" & y i = FOPEN (c$) RETurn i END DEFine This should work. The "SCR" syntax is scr_<width>x<height>a<xpos>x<...
by tofro
Thu Jul 21, 2011 8:41 pm
Forum: QL Emulation
Topic: Linux emulator uQLx "on a stick"
Replies: 11
Views: 11657

Re: Linux emulator uQLx "on a stick"

Gents, well: Been there, tried it. Failed. Current uQLX doesn't seem to run (yes, it does build) on ARM Linux. (I have a Genesi Arm Smartbook, a fine (and particularily affordable) piece of ARM hardware, that I intend to use as portable QL replacement. I got uQLX to come up with an initial screen, b...
by tofro
Tue May 24, 2011 12:29 pm
Forum: Software & Programming
Topic: Roguelike games on the QL?
Replies: 9
Views: 7086

Re: Roguelike games on the QL?

Did the QL ever have any ports of roguelike games such as nethack, angband or omega? The machine has loads of great text adventures but short on RPG's. These games would be perfect for the QL. Actually Rogue (which is basically a clone of nethack ) for the QL does exist (or used to) - Have a look o...
by tofro
Sun May 08, 2011 11:29 pm
Forum: Help for New Users
Topic: Newbie.. on Sinclair QL...
Replies: 4
Views: 5400

Re: Newbie.. on Sinclair QL...

RWAP wrote: Qascade runs under QPAC2,
Even better: It runs perfectly well without QPAC2.
It does need QPTR, however.

Easy to become confused with all those Qs ;)


Cheers
tofro
by tofro
Sun May 08, 2011 2:13 pm
Forum: Help for New Users
Topic: Newbie.. on Sinclair QL...
Replies: 4
Views: 5400

Re: Newbie.. on Sinclair QL...

Well, in short: QPAC2 is a must in a QL environment and you did right to go that way. It is, however, admittedly bad documented with regards to allowing a novice user to get into grips with the software. QPAC2 doesn't do /anything/ once you LRESPRed it - You must bind the functions to Hotkeys in ord...
by tofro
Tue May 03, 2011 6:45 am
Forum: Software & Programming
Topic: How to know the device of the last file loaded?
Replies: 9
Views: 8895

Re: How to know the device of the last file loaded?

Then you might want to have a look into the HOME_DIR, etc. extensions. Those are part of SMSQ/E, but should also be available as a separate toolkit.
HOME_DIR in a BASIC program evaluates to my knowledge to the drive and directory this parogram was loaded from.

Cheers,
tofro
by tofro
Sat Apr 30, 2011 9:06 pm
Forum: Software & Programming
Topic: How to know the device of the last file loaded?
Replies: 9
Views: 8895

Re: How to know the device of the last file loaded?

Something you can do in any case if you want to know the device you've BOOTed from: Make a list of all valid BOOT devices (like mdv1_, flp1_, win1_, rom1_, [are there more? I can't think of any, currently. I also think there's no device type that could actually BOOT from any but the first device]) I...
by tofro
Fri Apr 15, 2011 5:29 pm
Forum: Hardware
Topic: Connector pinout
Replies: 14
Views: 13295

Re: Connector pinout

Is there any simple way to localise different sources of error? Andi, you could try a serial port monitor on the PC to analyze what's going wrong, e.g. http://www.heise.de/software/download/free_serial_port_monitor/26030 From what you describe, I guess you got the handshake lines wrong. Try again w...
by tofro
Wed Apr 13, 2011 9:13 pm
Forum: Hardware
Topic: Connector pinout
Replies: 14
Views: 13295

Re: Connector pinout

Andi, if you can, grab some X-(Y-, Z-) modem program for both sides. Any standard terminal program for the PC should be able to do that. Look for QTPI or QeM (?) ffor the QL. "Kermit" should also be available for both the PC and the QL. Either of those programs will packetize the data acro...