Haven't tested these at all, but they might work.
Unfortunately, this is the same cheat that I have and it does not contain "Infinite Health" cheat that I was been looking for.
However, I see this working cheat in MAME.
:samsho:60000000:000000:00000000:00000000:
:samsho:83000000:100A0A:00000080:000000A5:Infinite Energy PL1
:samsho:83000001:100A0A:00000000:000000A5:Drain All Energy Now! PL1
:samsho:60000000:000000:00000000:00000000:
:samsho:83000000:100A0E:00000080:000000A5:Infinite Energy PL2
:samsho:83000001:100A0E:00000000:000000A5:Drain All Energy Now! PL2
<cheat desc="Infinite Energy PL1">
<script state="run">
<action>maincpu.pb@((maincpu.pd@100A0A)+A5)=80</action>
</script>
</cheat>
:samsho2:60000000:000000:00000000:00000000:
:samsho2:83000000:100A46:00000080:000000BB:Infinite Energy PL1
:samsho2:83000001:100A46:00000000:000000BB:Drain All Energy Now! PL1
:samsho2:60000000:000000:00000000:00000000:
:samsho2:83000000:100A4A:00000080:000000BB:Infinite Energy PL2
:samsho2:83000001:100A4A:00000000:000000BB:Drain All Energy Now! PL2
<cheat desc="Infinite Energy PL1">
<script state="run">
<action>maincpu.pb@((maincpu.pd@100A46)+BB)=80</action>
</script>
</cheat>
I tried to convert it to FBA cheat with no luck:
samsho:
cheat "Infinite Energy PL1"
default 0
0 "Disabled"
1 "Enabled", 0, 0x100A0A, 0xA5
samsho:
cheat "Infinite Energy PL1"
default 0
0 "Disabled"
1 "Enabled", 0, 0x100A0A, 0x80
I hope someone can figure this out.