Post subject: mame-rr neogeo change bios and window size change
Player (104)
Joined: 8/4/2013
Posts: 84
Location: Japan
tab menu not biosmenu source folder make neogeo.ini make(neogeo japan)nochange language language dontchange? window size change other window size change software?
Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
I don't understand. Can you write this in your native language (Japanese I suppose)?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Player (104)
Joined: 8/4/2013
Posts: 84
Location: Japan
ゲーム起動後のタブメニューにBIOSの項目がなくて日本語に切り替えられない sourceフォルダーを作ってneogeo.iniにbios japanを記載したけど変わらなかった。 ゲームウインドウの2倍サイズは他のソフトでやらないとダメでしょうか
Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
BIOS This is described in docs\config.txt. MAME-RR needs a BIOS name command-line argument to set the BIOS file.
mame-rr mslug -bios japan
This command will launch Metal Slug - Super Vehicle-001 with Japan MVS (Ver. 3) BIOS. Here's the list of BIOS names in neogeo.zip (note that "euro" is marked as default, so it's used automatically if you don't specify the BIOS name):
name="euro"          description="Europe MVS (Ver. 2)" default="yes"
name="euro-s1"       description="Europe MVS (Ver. 1)"
name="us"            description="US MVS (Ver. 2?)"
name="us-e"          description="US MVS (Ver. 1)"
name="asia"          description="Asia MVS (Ver. 3)"
name="japan"         description="Japan MVS (Ver. 3)"
name="japan-s2"      description="Japan MVS (Ver. 2)"
name="japan-s1"      description="Japan MVS (Ver. 1)"
name="mv1c"          description="NEO-MVH MV1C"
name="japan-j3"      description="Japan MVS (J3)"
name="japan-hotel"   description="Custom Japanese Hotel"
name="uni-bios_2_3"  description="Universe Bios (Hack, Ver. 2.3)"
name="uni-bios_2_3o" description="Universe Bios (Hack, Ver. 2.3, older?)"
name="uni-bios_2_2"  description="Universe Bios (Hack, Ver. 2.2)"
name="uni-bios_2_1"  description="Universe Bios (Hack, Ver. 2.1)"
name="uni-bios_2_0"  description="Universe Bios (Hack, Ver. 2.0)"
name="uni-bios_1_3"  description="Universe Bios (Hack, Ver. 1.3)"
name="uni-bios_1_2"  description="Universe Bios (Hack, Ver. 1.2)"
name="uni-bios_1_2o" description="Universe Bios (Hack, Ver. 1.2, older)"
name="uni-bios_1_1"  description="Universe Bios (Hack, Ver. 1.1)"
name="uni-bios_1_0"  description="Universe Bios (Hack, Ver. 1.0)"
Double resolution This is described in docs\windows.txt.
mame-rr mslug -resolution 640x480 -max -prescale 2
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.
Player (104)
Joined: 8/4/2013
Posts: 84
Location: Japan
thanks 言語を変えたらdesyncしたのでやり直します 最後にconfig.txt等やtabメニューを確認しましたが AVIOUT機能がなさそうですが画面キャプチャで録画を行うのでしょうか
Site Admin, Skilled player (1234)
Joined: 4/17/2010
Posts: 11251
Location: RU
AVI should work, its command is:
mame-rr -aviwrite dump.avi
Do you have any errors with it?
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.