diff options
author | 2013-03-26 15:18:37 +0000 | |
---|---|---|
committer | 2013-03-26 15:18:37 +0000 | |
commit | 051011971f9cce5ce1d99a9bfcf691bcf7975448 (patch) | |
tree | 7553b5907c3e67e02e4fd0a20f9f07e21a6c08ca /src/mess/machine/pc9801_26.h | |
parent | ffbe9bdcca43cb1f645cc0387f0835523471b97a (diff) |
Expanded device_t constructor with parameters for short name and source file location [Miodrag Milanovic]
Diffstat (limited to 'src/mess/machine/pc9801_26.h')
-rw-r--r-- | src/mess/machine/pc9801_26.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/pc9801_26.h b/src/mess/machine/pc9801_26.h index 6b680f21cbb..c6d40f59b91 100644 --- a/src/mess/machine/pc9801_26.h +++ b/src/mess/machine/pc9801_26.h @@ -42,7 +42,6 @@ protected: virtual void device_validity_check(validity_checker &valid) const; virtual void device_start(); virtual void device_reset(); - virtual void device_config_complete() { m_shortname = "pc9801_26"; } void install_device(offs_t start, offs_t end, offs_t mask, offs_t mirror, read8_delegate rhandler, write8_delegate whandler); private: |