Page 1 of 1

Interprocess communication? MAME + Python via socket

Posted: Fri Oct 18, 2024 7:49 pm
by Beefy
Hello MAME Folks,

I've been using your stuff since the late 1990's. Thank you :-)

More recently, I have been looking into interprocess communication between MAME's Lua scripting and the OS (Happens to be Python under Windows 10). I haven't found much in the way of working examples.

Can you recommend a resource?

Re: Interprocess communication? MAME + Python via socket

Posted: Fri Oct 18, 2024 9:34 pm
by Tafoid
Beefy wrote: Fri Oct 18, 2024 7:49 pm Hello MAME Folks,

I've been using your stuff since the late 1990's. Thank you :-)

More recently, I have been looking into interprocess communication between MAME's Lua scripting and the OS (Happens to be Python under Windows 10). I haven't found much in the way of working examples.

Can you recommend a resource?

I can only point to the mamedev hosted documents: https://docs.mamedev.org/luascript/index.html
Should someone else know something more specific, I'm sure they'll chime in.