Page 2 of 3

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 1:19 pm
by ZTylerDurden
megavolt85 wrote:
ZTylerDurden wrote:Can you guys check this out?
For what? I already told you that the only option is to add a patch to the game code.
Like the folks above who replied/confirmed afterward, GDEMU has an ini that should solve this by leveraging reset_goto = 1 for the gdi stored in folder 01. ABXY+Start while in "attract" with reset_goto = 1 should not go back into BIOS menu. But it's not working for me but I'm being told it should.

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 1:25 pm
by megavolt85
A+B+X+Y+START is an exit function to the BIOS menu.
don’t try to look for a problem where there is none, the function works as intended, and if you need it to work like a reboot, then the function needs to be changed.
GDMENU and openmenu modify this function so it works like a reboot.

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 1:51 pm
by ZTylerDurden
Ok, sorry about that.

I confused folks leading them to believe they could reboot the game without going into BIOS using ini flag reset_goto with no gdmenu involved.

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 2:02 pm
by megavolt85
what is the name of the game? full name with region
TOSEC, REDUMP, Dubcity collection?

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 2:23 pm
by ZTylerDurden
TOSEC
NFL Blitz 2000 v2.000 (1999)(Midway)(US)[!]

If trying to assist in investigating/modifying the function, thank you. If it's a uniform location in hex for TOSEC/US I can proceed to modify the rest of the 9 games for my cabinet. In any case, I'm exploring other solutions given this function to BIOS.

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 2:35 pm
by megavolt85
one more question, are you using optimized iso tracks or bin?

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 2:42 pm
by ZTylerDurden
bin

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 3:24 pm
by megavolt85
theoretically this code should be universal for all GDIs on the KATANA SDK, for WINCE need test

track03
find

Code: Select all

FB 8F 01 70 0B 00 43 60 00 00 00 00 00 00 00 00 00 00 00 00
replace

Code: Select all

FB 8F 01 70 02 D1 86 E0 01 21 0B 00 43 60 09 00 98 01 00 AC

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Mon Dec 04, 2023 4:22 pm
by ZTylerDurden
megavolt85 wrote:theoretically this code should be universal for all GDIs on the KATANA SDK, for WINCE need test

track03
find

Code: Select all

FB 8F 01 70 0B 00 43 60 00 00 00 00 00 00 00 00 00 00 00 00
replace

Code: Select all

FB 8F 01 70 02 D1 86 E0 01 21 0B 00 43 60 09 00 98 01 00 AC
Excellent! I'll try this out thank you!

Re: How to prevent going into BIOS and when resetting during attract mode?

Posted: Tue Dec 05, 2023 12:11 am
by Mkk_hanzo
ZTylerDurden wrote:
megavolt85 wrote:theoretically this code should be universal for all GDIs on the KATANA SDK, for WINCE need test

track03
find

Code: Select all

FB 8F 01 70 0B 00 43 60 00 00 00 00 00 00 00 00 00 00 00 00
replace

Code: Select all

FB 8F 01 70 02 D1 86 E0 01 21 0B 00 43 60 09 00 98 01 00 AC
Excellent! I'll try this out thank you!
Let us know how it goes! Also, I wanna see that cabinet! Ha!