How to run .bin files in fmsxdos??? or RUMSX????

By CrazyMad

Supporter (13)

CrazyMad's picture

15-04-2003, 23:16

I have some msx-games. The most of them are .rom files they are no problem for me. BUT: I have some .bin files too. I can't run them with fmsx-dos or RUMSX. How can i make these games to work????

Can anybody help me?????

Greetz CrazyMad

Login or register to post comments

By mars2000you

Enlighted (6433)

mars2000you's picture

16-04-2003, 00:51

You must first create a .dsk file on which you put the .bas and .bin files.

Use DiskManager that can you find on the site of RuMSX : http://members.eunet.at/lexlechz/

.bas files are BASIC files . You can run these files when you are in BASIC by the command RUN :

for the file "TEST.BAS" : RUN"TEST.BAS" (+ press on RETURN)

.bin files are binary files. Some of them can be launched in BASIC by the command BLOAD, R :

for the file "TEST.BIN" : BLOAD"TEST.BIN",R (+ press on RETURN)

Some games are a combination of BASIC and binary files, with a loader file like AUTOEXEC.BAS or a file .LDR. Put all the files of a game on a .dsk file.

If there is an AUTOEXEC.BAS file, the game will start automatically when you run the emulator with this .dsk file.

If there isn't an AUTOEXEC.BAS file, then you create this file in BASIC with only one line :
10 RUN"TEST.LDR"
( if the loader file is TEST.LDR)

You can also rename TEST.LDR and give as new name AUTOEXEC.BAS by the BASIC command NAME"TEST.LDR"AS"AUTOEXEC.BAS", but in some cases, you must also change some lines of this BASIC file, if they refer to "TEST.LDR" (replace TEST.LDR by AUTOEXEC.BAS of course)

A last important point : if the game don't start, reboot the emulated MSX and press on Left Ctrl until you hear a beep : it's a trick that desactivates the second drive and gives more free memory.

By CrazyMad

Supporter (13)

CrazyMad's picture

16-04-2003, 11:58

Thank you very much!!!!!

By Manuel

Ascended (19308)

Manuel's picture

18-04-2003, 19:53

Of course this is also explained on the Ultimate MSX FAQ!

By anonymous

incognito ergo sum (116)

anonymous's picture

19-04-2003, 02:39

The FAQ rules Wink

By Nazir666

Ambassador (0)

Nazir666's picture

09-03-2007, 19:18

how can u create a disk when the .bin file is 590,000 kb?

By [D-Tail]

Ascended (8263)

[D-Tail]'s picture

09-03-2007, 19:31

Create a disk image in Disk Manager (see above) and then just place the file in it. How to run the BIN: see above Wink

[edit]
I see 590,000kb. I thought 590,000 bytes Tongue Do you mean it's like 590MB? Then it's probably a CD image. Use daemon tools for mounting such things. See Yahoo! Smile
[/edit]