mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
slc1: fix led output
This commit is contained in:
parent
082803db49
commit
9be4e35c5d
@ -51,7 +51,7 @@ Test Paste:
|
|||||||
TODO:
|
TODO:
|
||||||
- Pasting doesn't work, probably too slow.
|
- Pasting doesn't work, probably too slow.
|
||||||
- The handwritten schematics and prototype by Dr.Scheuschner show 4 extra
|
- The handwritten schematics and prototype by Dr.Scheuschner show 4 extra
|
||||||
keys (R, MEM, N, Y), but they aren't in the final version.
|
keys (R, MEM, N, Y) and 8 7segs, but they aren't in the final version.
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ public:
|
|||||||
, m_speaker(*this, "speaker")
|
, m_speaker(*this, "speaker")
|
||||||
, m_inputs(*this, "IN.%u", 0U)
|
, m_inputs(*this, "IN.%u", 0U)
|
||||||
, m_display(*this, "display")
|
, m_display(*this, "display")
|
||||||
, m_busyled(*this, "busyled")
|
, m_busyled(*this, "busy_led")
|
||||||
{ }
|
{ }
|
||||||
|
|
||||||
void slc1(machine_config &config);
|
void slc1(machine_config &config);
|
||||||
|
Loading…
Reference in New Issue
Block a user