summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/k7659kb.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-03-26 15:18:37 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-03-26 15:18:37 +0000
commit051011971f9cce5ce1d99a9bfcf691bcf7975448 (patch)
tree7553b5907c3e67e02e4fd0a20f9f07e21a6c08ca /src/mess/machine/k7659kb.h
parentffbe9bdcca43cb1f645cc0387f0835523471b97a (diff)
Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic]
Diffstat (limited to 'src/mess/machine/k7659kb.h')
-rw-r--r--src/mess/machine/k7659kb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/k7659kb.h b/src/mess/machine/k7659kb.h
index 07e5931ec85..2c56dfa11e4 100644
--- a/src/mess/machine/k7659kb.h
+++ b/src/mess/machine/k7659kb.h
@@ -58,7 +58,6 @@ protected:
virtual void device_start();
virtual void device_reset();
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
- virtual void device_config_complete() { m_shortname = "k7659kb"; }
emu_timer *m_timer;
private: