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/3c503.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/3c503.h')
-rw-r--r-- | src/mess/machine/3c503.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/3c503.h b/src/mess/machine/3c503.h index 5db061c700f..a94b706abc1 100644 --- a/src/mess/machine/3c503.h +++ b/src/mess/machine/3c503.h @@ -27,7 +27,6 @@ public: protected: virtual void device_start(); virtual void device_reset(); - virtual void device_config_complete() { m_shortname = "el2_3c503"; } private: required_device<dp8390d_device> m_dp8390; UINT8 m_board_ram[8*1024]; |