Search found 1668 matches

by pser1
Sun Nov 26, 2023 1:54 pm
Forum: Dragon General
Topic: New tool for DragonDOS disk images!
Replies: 10
Views: 151938

Re: New tool for DragonDOS disk images!

that's great, Robert
thanks a lot for sharing such a nice work!
cheers!
pere
by pser1
Sat Oct 07, 2023 9:41 am
Forum: Dragon Hardware
Topic: A complaint to Dragonplus Electronics
Replies: 9
Views: 62739

Re: A complaint to Dragonplus Electronics

Hi John, you know I have almost bought all of your products and I have never, ever had a problem with any of them, so thanks a lot for making it easy for us! I am not sure what has happened to this man, but he should have better explained to you what exact problem(s) he had encountered before writti...
by pser1
Tue Sep 26, 2023 8:28 pm
Forum: Uploads
Topic: Moon Shuttle (alternate) for the Dragon
Replies: 1
Views: 18139

Re: Moon Shuttle (alternate) for the Dragon

Hello,
I have been requested to try to allow that program to enter native mode if a HD6309 is found.
I have added a new binary to previous VDK named MOONSL63.BIN and the basic is GO3.BAS
enjoy!
pere
MOONSAL3.ZIP
(14.19 KiB) Downloaded 1305 times
by pser1
Mon Sep 25, 2023 9:13 pm
Forum: Uploads
Topic: Moon Shuttle (alternate) for the Dragon
Replies: 1
Views: 18139

Moon Shuttle (alternate) for the Dragon

Hello, lately I found an alternate version of the game "Moon Shuttle" for the CoCo, uploaded by Richard Kelly in the CoCo Facebook group As it didn't work for the Dragon, I unassembled the binary with F9DASM and then searched for ROM Subroutine calls, I changed them for the corresponding ones for th...
by pser1
Thu Sep 14, 2023 10:26 am
Forum: Uploads
Topic: Yet another INFOCOM adventure (a new one)
Replies: 0
Views: 62111

Yet another INFOCOM adventure (a new one)

Hello, I have found a new adventure game created by Christopher Schneider, see his message at https://www.facebook.com/groups/dragon32/posts/3546316068961370/?comment_id=3547576702168640&reply_comment_id=3547653385494305¬if_id=1694635627993917¬if_t=group_comment_mention It turns out that this ...
by pser1
Sat Jul 22, 2023 3:30 pm
Forum: Dragon General
Topic: XRoar 1.4 released
Replies: 26
Views: 117870

Re: XRoar 1.4 released

Yes, this is new, it better reflects the shape of the image seen on actual NTSC displays - they have fewer scanlines spanning the same vertical area, so everything looks scaled vertically. We're used to pretty much square pixels, but they never had that. You can use the -no-vo-scale-60hz option to ...
by pser1
Fri Jul 21, 2023 9:55 pm
Forum: Dragon General
Topic: XRoar 1.4 released
Replies: 26
Views: 117870

Re: XRoar 1.4 released

sixxie wrote: Thu Jul 20, 2023 9:39 pm Uploaded snapshot 1101 - see if that helps?
Hi, Ciaran
yes, it works with no issues. The ony difference with respect to old versions is that
using coco3 instead coco3p to have NTSC, the window size changes and shows almost squared
Could this be modified with some parameters?
thanx a lot!
pere
by pser1
Wed Jul 19, 2023 11:24 am
Forum: Dragon General
Topic: XRoar 1.4 released
Replies: 26
Views: 117870

Re: XRoar 1.4 released

I will look into this - I know there are issues, but the black screen is a surprise. I have rewritten the SDL video code a bit recently - the simplified version seemed to work fine under Linux, in XRoar Online, under Mac OS and under Wine. I guess I'll have to break out the work Windows laptop to s...
by pser1
Sun Jul 16, 2023 6:29 pm
Forum: Dragon General
Topic: XRoar 1.4 released
Replies: 26
Views: 117870

Re: XRoar 1.4 released

Hello Ciaran, I downloaded XRoar snapshot 1.4.542 and have been working with Dragon emulations with no issues, but when trying to use a CoCo emulation I am having problems ... - For the CoCo2 my bat files call "-machine coco" that now doesn't work (shows a black window), instead I must use -machine ...
by pser1
Tue May 30, 2023 5:01 pm
Forum: Dragon General
Topic: ASM6809 conditional compiling
Replies: 3
Views: 11282

Re: ASM6809 conditional compiling

Hi Pere, Could you make use of the following batch commands to create a file called 'files.inc' that can be included in the main assembly? echo ; files to include > files.inc for %%f in (*.PTM) do echo include.bin "%%f" >> files.inc asm6809 ... Note the extra spaces between 'echo' and 'include.bin'...