Search found 1474 matches

by zephyr
Mon Sep 13, 2010 8:09 pm
Forum: Dragon General
Topic: MESS interface / help required, please
Replies: 9
Views: 5058

Re: MESS interface / help required, please

I have discovered that CP400 emulation has been broken since version 0.130. :o The emulation seems to be failing during the DOS init stage. It works just fine if you replace the Prologica disk BASIC ROM with a renamed Tandy disk BASIC 1.1 ROM.
by zephyr
Mon Sep 13, 2010 4:50 pm
Forum: Dragon General
Topic: MESS interface / help required, please
Replies: 9
Views: 5058

Re: MESS interface / help required, please

Just tried version 0.136. Same problem with CP400 emulation. :?

Does the CP400 emulation work OK on your system?
by zephyr
Mon Sep 13, 2010 4:01 pm
Forum: Dragon General
Topic: MESS interface / help required, please
Replies: 9
Views: 5058

Re: MESS interface / help required, please

Also, the CP400 emulation seems to be broken with this latest release. On my system it gets as far as displaying the DOS message, but never reaches the command prompt.
by zephyr
Mon Sep 13, 2010 3:05 pm
Forum: Dragon General
Topic: Loading binaries created by asm6809.pl
Replies: 17
Views: 9815

Re: Loading binaries created by asm6809.pl

Are you going to add 'binmode $output_file;' to your v1.1 (change version to 1.2) Perl script?
by zephyr
Mon Sep 13, 2010 12:55 am
Forum: Dragon General
Topic: Loading binaries created by asm6809.pl
Replies: 17
Views: 9815

Re: Loading binaries created by asm6809.pl

Perl is an unknown language for me at present; but from the information above I would think the following code placed at line 558 (Perl script v1.1) would do the job.

Code: Select all

if (($^O eq 'MSWin32') || ($^O eq 'dos')) { 
   binmode $output_file; 
}
Is this correct?
by zephyr
Sun Sep 12, 2010 5:03 pm
Forum: Dragon General
Topic: Loading binaries created by asm6809.pl
Replies: 17
Views: 9815

Re: Loading binaries created by asm6809.pl

So the fix is simple - Sixxie, I've added a "binmode $output_file;" at line 557 in the assembler script. I guess better minds than mine could work out how to do a 'if DOS then' kinda wrapper round it. http://alma.ch/perl/perloses.htm http://stackoverflow.com/questions/334686/how-can-i-detect-the-op...
by zephyr
Sun Sep 12, 2010 4:18 pm
Forum: Dragon General
Topic: Wanted - Sprite Magic manual
Replies: 10
Views: 6284

Re: Wanted - Sprite Magic manual

If all else fails, there's a copy of Sprite Magic + manual for sale at RetroGames.

http://www.retrogames.co.uk/more/on/details/009090
by zephyr
Fri Sep 10, 2010 10:55 am
Forum: Dragon General
Topic: XRoar 0.24 released
Replies: 11
Views: 6825

Re: XRoar 0.24 released

Thanks Ciaran! 8-)
by zephyr
Mon Sep 06, 2010 2:45 pm
Forum: Dragon General
Topic: joystick problems?
Replies: 8
Views: 7723

Re: joystick problems?

This improved version has the following changes: (1) Main patch code moved to unused bytes at $9FF8. (2) Hardware initialisation routine patched to help prevent games from switching the computer back to 32K mode. (3) RAM test routine patched to prevent ROM in RAM being overwritten if a game were to ...
by zephyr
Thu Sep 02, 2010 12:44 am
Forum: Dragon General
Topic: joystick problems?
Replies: 8
Views: 7723

Re: joystick problems?

You can get round this problem quite easily if you have a Dragon 64, or Dragon 32 with a 64K memory upgrade. I have written a small program which copies the BASIC ROM to RAM, and applies a patch to the joystick routine so that it disables audio in the exact same way as the CoCo. This program will st...