Page 20 of 61

Posted: Sat Jan 18, 2014 9:37 pm
by dax
Great that You solved it :P

MSX

Code: Select all

http://mir.cr/08JUOSVP
http://mir.cr/0CR8O012
MSX 2

Code: Select all

http://mir.cr/JMRCCPGQ
http://mir.cr/179GNZJE

Posted: Sun Jan 19, 2014 3:55 pm
by ballez
Thanks a lot !

Posted: Sun Jan 19, 2014 7:58 pm
by freenit
Thanks for the N64, MSX & MSX2 gamebases dax...
Now i'm working in the MSX gamebase to make it better...
But when i run a cassette (extension .cas) appears the emulator Bluemsx with run "cas_"
And must be run "cas:"

So the msx basic skips the file in the tape and gives an error...

How can i change that ?

Posted: Tue Jan 28, 2014 8:01 pm
by freenit
Hi dax
Do you have the ColecoVision GameBase?
Can you upload it?

Posted: Tue Jan 28, 2014 9:16 pm
by dax
I do have Colecovision, preconfigured and lightly optimized. Will upload it in between 2 days.

As abou "cas_" in MSX, before a while I tried to run cassette first time and I have Syntax error with "cas:@" . I found in "bluemsx.ini" entry emulation.machineName=MSX - Brazilian Cassette. Also script to automation has entries for different languages/machines. Maybe it's because wrong codepage? I'm not as good to solve it, so we can only wait.

Posted: Wed Jan 29, 2014 7:09 pm
by freenit
Hi
In search for an option to run cassettes automatically i found this:
Inside MSX-BASIC type this:

key 1, "run"+chr$(34)+"cas:"+chr$(13)

Then when you press F1 (Function Key) will automatically run a cassette. The chr$(34) is the character ". And the chr$(13) correspond to RETURN.
If we can do this change to the F1 key in startup when you run a cassette you only have to press F1.

With BLOAD the command will be like this:

key 1, "bload "+chr$(34)+"cas:"+chr$(34)+",r"+chr$(13)

What makes when you run a cassette to type inside bluemsx run"cas_ ???
where is that script?
maybe it can be changed...

And chr$( 58 ) correspond to the character ":", maybe the autorun can be changed...

Posted: Thu Jan 30, 2014 5:57 pm
by .mad.
The script was written before sendkeys was available in gamebase.

the MSXCLDR.EXE file (MSX CASSETTE LOADER)
is used to send the key presses to the emulated keyboard,
and configure various machine settings.


This is configured using a UK keyboard with the default file
..\blueMSX\Keyboard Config\blueMSX Default.config
and works perfectly on UK setup machines.


the emulated keyboard is also different for most of the MSX machine keyboards.

these are the MSX keyboard settings stored in the cass loader.

MSX UK
SPEECH = @
COLON = :

MSX2
SPEECH = @
COLON = :

MSX JAP
SPEECH = "
COLON = '

MSX2 JAP
SPEECH = "
COLON = '

MSX BRAZ
SPEECH = "
COLON = ?

MSX2 BRAZ
SPEECH = "
COLON = ?

MSX SPANISH
SPEECH = @
COLON = ¬


Since MSX BRAZ is the default cassette machine used.
the easiest thing to do would be to remap your keyboard in BlueMSX, Tools, Input Editor, keyboard.
to use your keys.
mapping your _underscore_ ( my ? question mark ? ) for :colon: and vice versa.

and @ for " on USA machines

or you could add the UK keyboard in the language bar of your OS. And switch it when using gamebase.

Image

Posted: Thu Jan 30, 2014 8:05 pm
by freenit
Ok, thanks for the reply .mad.

I can't find :colon: on my keyboard when im mapping, only semicolon...

Please tell me how can i change it...

Posted: Thu Jan 30, 2014 9:36 pm
by .mad.
i don't know what keyboard region you are using.

try holding SHIFT while pressing keys.
+SEMICOLON , +APOSTROPHE or other none letter keys.
seeing as you get _ instead of : try keys in that area.

the msx Brazil keymap has Portuguese letters, so just boot the MSX BRAZ machine and press every key till you find it.

Posted: Fri Jan 31, 2014 3:00 pm
by freenit
All ok switching to UK keyboard.
Thanks .mad.

Posted: Sat Feb 01, 2014 12:34 pm
by dax
Colecovision v1.1

Code: Select all

http://mir.cr/VR7K2LNZ
http://mir.cr/B7BUZVVQ
http://mir.cr/1YFQF6BR
http://mir.cr/08OM3JZX

Posted: Sat Feb 01, 2014 1:52 pm
by freenit
Thanks dax for the Colecovision v1.1 GameBase...
All works OK !

Posted: Sat Feb 01, 2014 3:36 pm
by ballez
Yeah thanks a lot !

Posted: Sat Feb 08, 2014 3:00 pm
by repetto74
Hi,

Is it possible to re-upload the ZX Spectrum gamebase? All links are dead unfortunately :cry:

Thank you
Rick

Posted: Thu Feb 13, 2014 5:48 pm
by dax
The newest version will be uploaded till the Sunday - I promise :)