mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
tmc600.cpp: Fix config (nw)
This commit is contained in:
parent
a5de756133
commit
88b2f557d3
@ -280,7 +280,7 @@ MACHINE_CONFIG_START(tmc600_state::tmc600)
|
||||
#endif
|
||||
|
||||
// printer output latch
|
||||
cdp1852_device &prtout(CDP1852(config, CDP1852_KB_TAG)); // clock is CDP1802 TPB
|
||||
cdp1852_device &prtout(CDP1852(config, CDP1852_TMC700_TAG)); // clock is CDP1802 TPB
|
||||
prtout.mode_cb().set_constant(1);
|
||||
prtout.do_cb().set(FUNC(tmc600_state::printer_w));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user