Search found 2828 matches

by RWAP
Tue Jul 30, 2013 12:16 pm
Forum: Software & Programming
Topic: QL Flightdeck - help needed
Replies: 7
Views: 5099

Re: QL Flightdeck - help needed

Thanks to George Gwilt, this has now been fixed - the issue was that the code had two lines in it: MOVE.L RUNDAT,A5 TST.L 8(A5) It should have read: LEA RUNDAT,A5 TST.L 8(A5) Whilst the fact that it was returning the value did not matter too much - on the 68008, the TST.L 8(A%) was causing an error ...
by RWAP
Mon Jul 15, 2013 9:42 am
Forum: QL Emulation
Topic: Hardware or Software problem
Replies: 4
Views: 3819

Re: Hardware or Software problem

I have checked it here on my Q-emulator with Windows 7 (64 bit) and get the same result - my smsqe is set to use the full screen, so I had an even worse time - pressed the windows key to get a minimised version of q-emulator, and then clicking on any of the q-emulator controls (including the X butto...
by RWAP
Fri Jul 05, 2013 10:15 am
Forum: QL Emulation
Topic: SMSQ/e Help needed
Replies: 14
Views: 9739

Re: SMSQ/e Help needed

You need to be very careful with using the ADATE commands in emulators - I didn't realise that QPC2 (and possibly others) allow this to affect the PC clock directly!
by RWAP
Thu Jun 27, 2013 9:36 am
Forum: Hardware
Topic: Qubide clone
Replies: 112
Views: 62298

Re: Qubide clone

Welcome - any new version of the QubIDE is always very welcome. As you say, the main issue is around the fact that there are no tools ( that I know of ) on the PC to write to a QubIDE formatted CF card. I have emailed Daniele Terdina (the author of q-emulator), in case he has written anything to do ...
by RWAP
Wed Jun 19, 2013 5:54 pm
Forum: QL Emulation
Topic: SMSQ/e Help needed
Replies: 14
Views: 9739

Re: SMSQ/e Help needed

If all you need is a timer, have a look at the DIY toolkit TIMER routines.. :)
by RWAP
Wed Jun 19, 2013 5:49 pm
Forum: QL Emulation
Topic: SMSQ/e Help needed
Replies: 14
Views: 9739

Re: SMSQ/e Help needed

You should be use PRINT PEEK_W (!!$2C) for starters (as it is only a word).

On QPC2 I just get zeros - so maybe this is not emulated on QPC2 or q-emulator....

PRINT PEEK_L(!!$28) also returns 128 constantly...
by RWAP
Mon Jun 17, 2013 10:55 am
Forum: General QL Chat
Topic: Gah, we got hacked!
Replies: 2
Views: 2407

Re: Gah, we got hacked!

Nothing suspicious so far - apart from the very quiet forums!
by RWAP
Mon May 20, 2013 11:32 pm
Forum: Software & Programming
Topic: QL Flightdeck - help needed
Replies: 7
Views: 5099

Re: QL Flightdeck - help needed

It seems as though the software works on emulators and on a Gold Card / Super Gold Card. It doesn't run on a Trump Card for some reason. Daniele Terdina has had a quick look and tried throwing all sorts of things at it in q-emulator - it still runs without issues. He has however, noticed a couple of...
by RWAP
Fri May 17, 2013 11:19 am
Forum: Wanted
Topic: Devpac QL
Replies: 20
Views: 16811

Re: Devpac QL

RockRiver wrote:Well, great!! preserved for the community
Where can we download it for our ancient QLs?
Thanks!
I have emailed Hisoft (again) to see if it can be released into the public domain - it is still commercial software subject to copyright restrictions.
by RWAP
Wed May 15, 2013 9:27 am
Forum: Software & Programming
Topic: QL Flightdeck - help needed
Replies: 7
Views: 5099

QL Flightdeck - help needed

This seems a really odd problem. QL Flightdeck works fine on QPC2 and Q-emulator. See the demo version: http://www.rwapadventures.com/downloads/flight.zip However, when I try running it on a real QL, it shows the instrumentation panel, beeps and then freezes the system !! I just can't think of a rea...