Replies: 3 comments 1 reply
-
I take it you haven't seen the video posted earlier today: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Coming soon previews: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The original Daphine emulator was able to be connected to an external LED digital scoreboard (ie an original used in the dragons lair / space ace cabinets) via an LPT parallel port connection.
Given parallel ports are no longer used, and with the popularity of easy to program arduino / microcontrollers - it would be great to add extra command line arguments that enable this scoreboard data to be sent externally to a COM / Serial port as well.
Ie something like
-com_scoreboard
-com_scoreboard_port [1..n]
-com_scoreboard_baud [...]
It be cool to build a cheap replica analog scoreboard using a cheap arduino and a bunch of LED number displays (seven-segment displays).
Also while talking about scoreboards, is there a command line argument to get the software scoreboards to display on another screen (ie game on screen 1, scoreboard on screen 2).
Great work on expanding the original emulator - so many cool additions and so glad I found this github.
Beta Was this translation helpful? Give feedback.
All reactions