-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mame-chessengine doesn't work with the latest versions of mame #12
Comments
Recent MAME versions have some backwards incompatible changes in the Lua interface and I haven't found the time to update this plugin, I hope to find some time in the next weeks. |
Thanks for the update! There are some changes needed from 0.231 to 0.232 too, but pretty minor compared to the driver overhauls of the previous month. At the moment, the newly changed drivers are:
|
chessmst and slc1 require simple changes, I have both working locally, but I think it's better to keep this plugin working with official MAME releases, I will push the patch after the next release. |
Hi Sandro, |
Hello Sandro Only with the position input I have difficulties, there the following does not work: local function sb_clear_board(tag Renaissa need some change in the init.llua function search_selected_piece. |
In the MAME 0.226 Setup has works. |
Hi Sandro I have now identified my problem. Or is there a more elegant way? @Plextor52: the plugin works with mame 0.232 only the "function.set_frequenz" in any interfaces you have to delete or get my build of messchess.exe Mysticum Touch is a GUI for a homebuilt board. Greetings |
Hi Guido
the gmx.net link is broken
Greetings
Luis
El dom, 20 jun 2021 a las 12:35, Vegetatio ***@***.***>)
escribió:
… Hi Sandro
I have now identified my problem.
In the function sb_reset_board() i have assigned the variable
"sensorboard" with the "tag".
Then i was able to use this one for example at function move back .
But now the "tag" is not copied to "sensorboard".
i helped myself now by setting sensorboard with ":board" by default and
the interfaces, which address the sensorboard differently, with the query
sensorboard=interface.sensorboard() (polgar as example (":board:board"))
now i must look at all interfaces....
Or is there a more elegant way?
@Plextor52 <https://github.com/Plextor52>:
You can find my software here :
***@***.***/yj9qqeByTv-S_BK-vxSVSw
the plugin works with mame 0.232 only the "function.set_frequenz" in any
interfaces you have to delete or get my build of messchess.exe
Mysticum Touch is a GUI for a homebuilt board.
https://www.michael-lang-schach.de/forum/viewtopic.php?f=25&t=288https://www.michael-lang-schach.de/forum/viewtopic.php?f=25&t=288
Greetings
Guido
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATYG7R7PSHA3GWMWKRDT233TTW76VANCNFSM43HRBXBA>
.
|
chessengine doesn't work with the latest versions of mame, could you fix it?
The text was updated successfully, but these errors were encountered: