summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/testconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/testconsole.cpp')
-rw-r--r--src/mame/drivers/testconsole.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/testconsole.cpp b/src/mame/drivers/testconsole.cpp
index a9aede76b62..050bf4551cb 100644
--- a/src/mame/drivers/testconsole.cpp
+++ b/src/mame/drivers/testconsole.cpp
@@ -88,6 +88,7 @@ public:
output().set_digit_value((Dsp << 2) | offset, data);
}
+ void whousetc(machine_config &config);
protected:
virtual void machine_reset() override
{
@@ -165,7 +166,7 @@ INPUT_PORTS_START(whousetc)
INPUT_PORTS_END
-MACHINE_CONFIG_START(whousetc)
+MACHINE_CONFIG_START(whouse_testcons_state::whousetc)
MCFG_CPU_ADD("maincpu", I8085A, XTAL_6_144MHz)
MCFG_CPU_PROGRAM_MAP(program_map)
MCFG_CPU_IO_MAP(io_map)