Page 1 of 1

[pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work

Posted: Fri Jan 01, 2021 4:05 am
by pac_man_fan2
For pacman and all the simular games that use:
<cheat desc="Finish this Level Now!">
<script state="on">
<action>maincpu.pb@4E0E=F4</action>
</script>
</cheat>

Latest MAME 0.227 doesnt handle it right and when using the HotKey and reports this error:
error cheat script error: "Finish this Level Now!" [string "Finish this Level Now!on"]:1: attempt to call a nil value (method 'write_log_u8')

anyone know why?

Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work

Posted: Fri Jan 01, 2021 2:10 pm
by pac_man_fan2
Galaxian seems to have the same issue

Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work

Posted: Fri Jan 01, 2021 7:57 pm
by crazyc
This was fixed after release. Get https://raw.githubusercontent.com/mamed ... at_xml.lua and put it in your plugins/cheat directory.

Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work

Posted: Fri Jan 01, 2021 10:40 pm
by pac_man_fan2
crazyc wrote: Fri Jan 01, 2021 7:57 pm This was fixed after release. Get https://raw.githubusercontent.com/mamed ... at_xml.lua and put it in your plugins/cheat directory.
Thank You ! :-) :-) :-)