Search found 1474 matches

by zephyr
Mon Dec 30, 2013 4:31 pm
Forum: Uploads
Topic: The High Mountains (Port from Speccy)
Replies: 3
Views: 2791

Re: The High Mountains (Port from Speccy)

I have added the SpeedKey routine to this game.
by zephyr
Mon Dec 30, 2013 3:18 pm
Forum: Uploads
Topic: The Pharaoh's Tomb
Replies: 4
Views: 3486

Re: The Pharaoh's Tomb

What was that Poke you added in line 1? It resets the Dragon's row state byte ($151) which temporarily forces a complete keyboard scan. Its not always very effective (depending on the game code) unless you put it in several lines. The best option for BASIC programs is to use a subroutine based on S...
by zephyr
Mon Dec 30, 2013 2:56 am
Forum: Uploads
Topic: The High Mountains (Port from Speccy)
Replies: 3
Views: 2791

Re: The High Mountains (Port from Speccy)

Thanks for porting these games to the Dragon, Jim. :)
by zephyr
Mon Dec 30, 2013 2:52 am
Forum: Uploads
Topic: The Pharaoh's Tomb
Replies: 4
Views: 3486

Re: The Pharaoh's Tomb

Try the attached copy. I have made a quick modification to help improve the keyboard response.
by zephyr
Tue Dec 24, 2013 1:29 pm
Forum: Dragon General
Topic: GTK Libs for XRoar-GTK-w32
Replies: 14
Views: 7716

Re: GTK Libs for XRoar-GTK-w32

Merry Christmas! :)
by zephyr
Tue Dec 24, 2013 1:22 pm
Forum: Hints and Tips
Topic: Dragon 64 Serial Port
Replies: 10
Views: 6860

Re: Dragon 64 Serial Port

The code in question is also never called in Steve's Enhanced 32 mode ROM; unless you use the RKEYS command to enable the keyboard auto-repeat. So, as far as this code is concerned, its exactly the same scenario for both standard and enhanced ROMs.
by zephyr
Tue Dec 24, 2013 2:53 am
Forum: Dragon General
Topic: GTK Libs for XRoar-GTK-w32
Replies: 14
Views: 7716

Re: GTK Libs for XRoar-GTK-w32

pser1 wrote:I think that it's not thought for that, you could work out some configurations ...
I attach the five submenus that appear with win32 version 0.31
Thanks for the information. It seems like the GTK+ version is of very little use to me. :o I have a lot of different configurations that I want to use.
by zephyr
Tue Dec 24, 2013 2:39 am
Forum: Hints and Tips
Topic: Dragon 64 Serial Port
Replies: 10
Views: 6860

Re: Dragon 64 Serial Port

back again, you are right, if we use the Stephen Woolham enhanced basic rom1, then there is a call to $BF20 at $9FFC, but this code doesn't exist on an original Dragon64, in fact there are only zero values. So it seems that these bytes are re-used to implement new functionality (I assume) The reaso...
by zephyr
Tue Dec 24, 2013 12:07 am
Forum: Hints and Tips
Topic: Dragon 64 Serial Port
Replies: 10
Views: 6860

Re: Dragon 64 Serial Port

I find it very strange that there doesn't seem to be any information about this routine anywhere on the internet. There is no information about the routine in the Dragon 64 Supplement or the book "Inside The Dragon" (Duncan Smeed and Ian Sommerville).
by zephyr
Mon Dec 23, 2013 11:46 pm
Forum: Dragon General
Topic: GTK Libs for XRoar-GTK-w32
Replies: 14
Views: 7716

Re: GTK Libs for XRoar-GTK-w32

Is the GTK+ version as good as using batch files? Can you select between 100's of different configurations using custom ROMs and hardware settings?