Page 2 of 5

Posted: Mon Feb 06, 2012 8:45 am
by hardmanm
Would be nice to see an update to this Gamebase.

Posted: Wed Feb 08, 2012 6:22 pm
by Hidron
dax wrote:can anyone upload it ?
It looks like the Deposit Files link from this thread (off of the multiupload link) http://www.gb64.com/forum/viewtopic.php?t=4463&start=15
is still available here http://depositfiles.com/files/w0awfuyn2

Posted: Wed Feb 08, 2012 6:48 pm
by Vicman
sorry Hidron....you're wrong !
it's not up there.... :?

maybe .mad. has also this one 8)

Posted: Wed Feb 08, 2012 7:12 pm
by Hidron
Nothing unusual there. I am often wrong. They apparently only gave the illusion of still hosting the file. Try this then http://www.mediafire.com/?zr96ojml8qyrt24

This is also an unmodified version of the original download.

Posted: Wed Feb 08, 2012 7:16 pm
by Vicman
yep ! much better :D Thank You !

Posted: Thu Feb 09, 2012 12:14 am
by nscxp2005
This is so cool.

Thank you!!

I love to Dragon 32.

Posted: Thu Feb 09, 2012 7:17 am
by dax
Hidron wrote:Nothing unusual there. I am often wrong.
Now You are not ;). Tnx for the link 8)

Posted: Sun May 06, 2012 10:50 pm
by sut
OK just to clarify is the Dragon series the same system as the Tandy TRS (Coco) Series ?

Posted: Sun May 06, 2012 11:14 pm
by Pugsy
sut wrote:OK just to clarify is the Dragon series the same system as the Tandy TRS (Coco) Series ?
It's essentially the same, but for commercial games written in m/c it's not. BASIC programs are the same but ROM/memory map is different so any ROM calls won't work on the other platform - hardware wise they are pretty much identical apart from that though (which is why dragon emulators also emulate the tandy).

Porting games would have been easy at the time, but no - dragon games generally won't work on the coco + vice versa.

Posted: Tue May 08, 2012 8:35 pm
by Starscream
Correct. I think Microdeal put out some dual versions that work on both machines. Some of the other Dragon games floating around are however "unofficial" ports.

Posted: Sat Jun 30, 2012 11:53 pm
by millansoft
Hello, the links for this database are dead and canĀ“t find it in UG, could someone upload it?

Thanks!

Posted: Tue Apr 01, 2014 12:43 am
by millansoft
Hello,

I was playing a bit with this GB, some games works fine but others (a lot) when they try to load it displays the error "?FM ERROR" anyone knows if this is normal (maybe a problem with the emulator or the script) or its me?

Thanks!

Posted: Tue Apr 01, 2014 4:36 pm
by .mad.
millansoft wrote:some games works fine but others (a lot) when they try to load it displays the error "?FM ERROR"
FM = Bad File Mode

If you have both double and single drives you may be prone to this error, or use a mix of single and double sided disks on your drives. The reason is that if you use a single sided disk in a double sided drive, the DOS reads the disk on startup or reset and expects the same type of disk in that drive, so when you put a double sided disk in the drive it is reading from Sector 18 to Sector 1 and doesn't recognise that the program continues on Sector 19 etc. The solution is to press the RESET button. Of course if you've got single sided drives and you're attempting to read a double sided disk, you'll get this error and there's nothing you can do about it!

-
Most games where tested and work ok. Apart from a few tapes.
Try loading the game in another emulator MESS or Xoar.
and in different machine modes 32/64.

The script uses an external file to send the keys to switch machine modes, so again it might be your countries keyboard.

switch to UK and test it.

Posted: Thu Apr 03, 2014 2:19 am
by millansoft
Hello,

Thanks for answering
I'm using this script:

; _____ _____ __ __ __ __ _____ _____ _____ _____ ___ _____ ____
; / __\/ __\/ \/ \/ | \/ ___> / ___>/ \/ _ \/___\/ _ \/ \
; | |_ || __|| \/ || | ||___ | |___ || |--|| _ <| || __/\- -/
; \_____/\_____/\__ \__/\_____/<_____/ <_____/\_____/\__|\_/\___/\__/ |__|
; by
; _ _ _ __ _
; | | ___ _ _ __| | |/ /___| |_____ ____ _ _ _
; | |__/ _ \ '_/ _` | ' </ -_) / -_) V / _` | '_|
; |____\___/_| \__,_|_|\_\___|_\___|\_/\__,_|_|
;
; and _
; _ __ __ _ __| |
; _| ' \/ _` / _` |_
; (_)_|_|_\__,_\__,_(_)
;
;
; PLEASE SET YOUR EMULATOR PROPERTIES AS FOLLOWS:
;
; Emulator File: XRoar.exe
; Associated Script File (1): See Below
; Use Short Filenames: no
; File Types: cas;pak;dtx;dgn;s19;vdk;wav
; (Compressed File Types: ZIP)
;
; This script was written for Xroar 0.2.2
; It may work with other versions too......
;
;
; If a Game needs a specific machine use the following keytypes:
; machine=dragon32 - Dragon 32 (PAL) (Default)
; machine=dragon64 - Dragon 64 (PAL)
; machine=tano - Tano Dragon (NTSC)
; machine=coco - Tandy Colour Computer (PAL
; machine=cocous - Tandy Color Computer (NTSC)

;Set keymap for your country
Add_CLP( -keymap uk)

If Key_machine CONTAINS(DRAGON64)
Add_CLP( -machine dragon64)
ElseIf Key_machine CONTAINS(Tano)
Add_CLP( -machine tano)
ElseIf Key_machine CONTAINS(coco)
Add_CLP( -machine coco)
ElseIf Key_machine CONTAINS(cocous)
Add_CLP( -machine cocous)
Else
Add_CLP( -machine dragon32)
End If

Add_CLP( -load "%gamepathfile%")

If Key_startup CONTAINS(CLOAD)
If Control = JoyPort1
Run_Emulator_Send_Keys([2]^j^j^j[2]REM When Game Has Finished Loading Type "Run" and Press Enter {Enter}[2]cload-run{enter}{F12 32}||50)
ElseIf Control = JoyPort2
Run_Emulator_Send_Keys([2]^j^j[2]REM When Game Has Finished Loading Type "Run" and Press Enter {Enter}[2]cload-run{enter}{F12 32}||50)
Else
Run_Emulator_Send_Keys([2]^j[2]REM When Game Has Finished Loading Type "Run" and Press Enter {Enter}[2]cload-run{enter}{F12 32}||50)
End If
Else
If Control = JoyPort1
Run_Emulator_Send_Keys([2]^j^j^j[2]cloadm-exec{enter}{F12 32}||50)
ElseIf Control = JoyPort2
Run_Emulator_Send_Keys([2]^j^j[2]cloadm-exec{enter}{F12 32}||50)
Else
Run_Emulator_Send_Keys([2]^j[2]cloadm-exec{enter}{F12 32}||50)
End If
End If

I can't find any option to configure the disk drives, I'm using Xoar 0.31

Maybe the script needs an update?

Posted: Thu Apr 03, 2014 2:39 pm
by .mad.
Despite what the above script says.

It is NOT the one written by Lord_kelevar and me.
It has been edited.
The official script uses DRAGONCLDR.exe to send the keys.

i don't have it installed on my drive, so cannot test it for you.

all i can suggest is try using MESS, or the latest version of XOAR.
tinkering with the Dragon machine 32 or 64 and versions of the drive DOS.