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/adam_fdc.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/adam_fdc.h')
-rw-r--r-- | src/mess/machine/adam_fdc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/adam_fdc.h b/src/mess/machine/adam_fdc.h index 9ea79f41847..0b0755e7656 100644 --- a/src/mess/machine/adam_fdc.h +++ b/src/mess/machine/adam_fdc.h @@ -50,7 +50,6 @@ public: protected: // device-level overrides - virtual void device_config_complete() { m_shortname = "adam_fdc"; } virtual void device_start(); // device_adamnet_card_interface overrides |