Search found 1474 matches

by zephyr
Sun May 06, 2012 2:35 pm
Forum: Dragon General
Topic: Any 64-bit Windows users here?
Replies: 15
Views: 6484

Re: Any 64-bit Windows users here?

The cartridge support was working perfectly until the release of version 0.25.
by zephyr
Sun May 06, 2012 11:36 am
Forum: Dragon General
Topic: Any 64-bit Windows users here?
Replies: 15
Views: 6484

Re: Any 64-bit Windows users here?

I don't use 64-bit Windows but I have just tried the 32-bit Windows release. The Ctrl+I Cartridge support that that I reported earlier is still broken. Loading a cartridge game ROM with Ctrl+I, or Ctrl+Shift+I followed by EXEC&HC000 still causes the emulated CoCo/Dragon to freeze. Also, I hate the i...
by zephyr
Sun May 06, 2012 11:20 am
Forum: Uploads
Topic: CoCo 3 ROMs patched for use with 63x09e CPU
Replies: 1
Views: 1456

Re: CoCo 3 ROMs patched for use with 63x09e CPU

Improved versions of these ROM's are available here.
by zephyr
Sun May 06, 2012 11:10 am
Forum: Uploads
Topic: CoCo 2/3 Patched ROMs
Replies: 1
Views: 2030

Re: CoCo 2/3 Patched ROMs

After some experimentation I discovered that my original 63x09e error trapping support was not as effective as I had hoped it would be. The attached v2.0 ROMs have been updated with improved 63x09e error trapping support.
by zephyr
Tue May 01, 2012 11:28 pm
Forum: Hints and Tips
Topic: Fix for CoCo Extended BASIC 1.0 PCLEAR bug
Replies: 2
Views: 1884

Re: Fix for CoCo Extended BASIC 1.0 PCLEAR bug

This second alternative patches out the bug by intercepting one of the BASIC RAM hooks. The machine code routine is position independent, and compatible with all versions of Extended Color BASIC. 10 'COCO PCLEAR FIX V3.0 20 'FOR EXTENDED COLOR BASIC 1.0 30 'BY STEPHEN J WOOLHAM 40 '*****************...
by zephyr
Tue May 01, 2012 7:49 pm
Forum: Dragon General
Topic: Dragon 64 - Demonstrating the SHOW command
Replies: 4
Views: 2337

Re: Dragon 64 - Demonstrating the SHOW command

sixxie wrote:Erk, that's my code! From here...
I hope he didn't learn about the pokes from your web site as well! :lol:
by zephyr
Tue May 01, 2012 12:01 pm
Forum: Dragon General
Topic: Dragon 64 - Demonstrating the SHOW command
Replies: 4
Views: 2337

Dragon 64 - Demonstrating the SHOW command

YouTube demonstration of the infamous Dragon BASIC "SHOW" command on a Dragon 64...

http://www.youtube.com/watch?v=tZ0W-NJzwAY
by zephyr
Tue May 01, 2012 12:19 am
Forum: Dragon General
Topic: A fun demo for the Dragon?
Replies: 16
Views: 15159

Re: A fun demo for the Dragon?

tjewell wrote:It's quite addictive, this retro programming isn't it? :)
...and FUN! :) Hope to see more programs from you in the future.

Regards,
Steve
by zephyr
Sun Apr 29, 2012 8:40 pm
Forum: Dragon General
Topic: Graphic adventures
Replies: 5
Views: 3199

Re: Graphic adventures

Hi all, I'm looking for recommendations of the best graphic adventures on our trusy Dragon. I've been playing Trek Boer and Juxtaposition and having loads of fun so what else is worth playing / buying and adding to my collection. Thanks for your help Craig Here are a couple of graphic adventures by...
by zephyr
Sun Apr 29, 2012 3:45 pm
Forum: Dragon General
Topic: A fun demo for the Dragon?
Replies: 16
Views: 15159

Re: A fun demo for the Dragon?

Some tips/suggestions: (1) You can zero the A and B (D) registers using the single byte CLRA, CLRB rather than LDA #$00, LDB #$00 (2) Your program would be compatible with a 16K CoCo if you were to assemble it lower down at $0E00 (3) It would be a nice touch to be able to exit the program with the B...