Add VIA2 socket support for external I/O integration#376
Add VIA2 socket support for external I/O integration#376Russell-S-Harper wants to merge 5 commits into
Conversation
d3d41c9 to
2891b28
Compare
|
I've built and tested it successfully. (Linux). |
I'm glad you like it. In the first draft if |
6ddf810 to
1ca28a0
Compare
Adds optional -via2-socket support to allow external processes to communicate with the emulator via a UNIX domain socket. Includes documentation and example usage.
1ca28a0 to
41b5ee5
Compare
|
Just a heads up that I'm using the content of this pull request to great effect by integrating an LLM into a game running on the X16 emulator! Link to writeup and sample videos: https://pvp-ai.russell-harper.com/#v3 |
stefan-b-jakobsson
left a comment
There was a problem hiding this comment.
Testing to approve PR
Adds optional -via2-socket support to allow external processes to communicate with the emulator via a UNIX domain socket. Includes documentation and example usage.
…rper/x16-emulator into feature/via2-socket
Adds optional -via2-socket support to allow external processes to communicate with the emulator via a UNIX domain socket.
The feature is disabled by default and enabled with
-via2 -via2-socket <socket>.Included:
This enables experimentation with external tools, automation, and research workflows without affecting core emulation behavior.