summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-07-22 21:46:20 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-07-22 21:49:36 -0400
commit915a4acb173aa387ea8577294745f2df534fd96c (patch)
treea07acbb4deb6ca4202a226d02d6c354f2c229b78
parentc0ab1c5aa4c172aa9e3e0deec5c2cc19d4f278d1 (diff)
cidelsa.cpp: Cut-and-paste mistake (nw)
-rw-r--r--src/mame/drivers/cidelsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cidelsa.cpp b/src/mame/drivers/cidelsa.cpp
index ee696b7cc31..ebf94a26bd8 100644
--- a/src/mame/drivers/cidelsa.cpp
+++ b/src/mame/drivers/cidelsa.cpp
@@ -465,7 +465,7 @@ MACHINE_CONFIG_END
MACHINE_CONFIG_START(draco_state::draco)
/* basic system hardware */
- cdp1802_device &cpu(CDP1802(config, CDP1802_TAG, ALTAIR_CHR1));
+ cdp1802_device &cpu(CDP1802(config, CDP1802_TAG, DRACO_CHR1));
cpu.set_addrmap(AS_PROGRAM, &draco_state::draco_map);
cpu.set_addrmap(AS_IO, &draco_state::draco_io_map);
cpu.wait_cb().set_constant(1);