Final Burn Neo > FBN Discussion
How to load AES Bios as default for some neogeo games?
(1/1)
lxd_bruce:
For netplay, it may be much more convenient to play some hacked games in AES Mode.
How to load AES Bios as default for some neogeo games?
:rolleyes:
0746:
umm.... i guess it;d be something like
declare this with dips
--- Code: ---static struct BurnDIPInfo neodefaultAESDIPList[] = {
// Offset
{0x19, 0xF0, 0x00, 0x00, NULL},
// Defaults
{0x00, 0xFF, 0xFF, 0x00, NULL},
{0x01, 0xFF, 0x7F, 0x00, NULL},
// Fake DIPs
{0x02, 0xFF, 0xFF, 0x82, NULL},
{0x03, 0xFF, 0xFF, 0x02, NULL},
{0, 0xFE, 0, 2, "Autofire"},
{0x00, 0x01, 0x04, 0x00, "Off"},
{0x00, 0x01, 0x04, 0x04, "On"},
};
--- End code ---
and
--- Code: ---STDDIPINFOEXT(neogeoAES, neodefaultAES, neogeo)
--- End code ---
and replace neogeoDIPInfo with neogeoAESDipInfo in the 3rd line of driver definitions of the drivers you want to default to AES dip.
lxd_bruce:
thx 0746. but it doesn't work
0746:
whoa?
whatever
Add this on the first line of NeoInit in neo_run.cpp:
--- Code: ---NeoSystem &= ~(1<<2);
--- End code ---
lxd_bruce:
It can't work still.
However,I find a way to use AES bios only. so this problem can be solved.
Thank you all the same, 0746 :biggrin:
Navigation
[0] Message Index
Go to full version