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?
[pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work
-
- Posts: 66
- Joined: Fri Dec 06, 2019 1:49 pm
-
- Posts: 66
- Joined: Fri Dec 06, 2019 1:49 pm
Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work
Galaxian seems to have the same issue
Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work
This was fixed after release. Get https://raw.githubusercontent.com/mamed ... at_xml.lua and put it in your plugins/cheat directory.
-
- Posts: 66
- Joined: Fri Dec 06, 2019 1:49 pm
Re: [pacman]+ HotKey for "Finish this level Now" w/0.227 doesnt work
Thank You !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.


