diff options
author | 2012-02-23 14:19:37 +0000 | |
---|---|---|
committer | 2012-02-23 14:19:37 +0000 | |
commit | 97c3d0cb3986b29007ab69d6401d367d2f5b09bd (patch) | |
tree | b7ecebcaeaad8232c80cae48dc8389ac37a346df /src/emu/machine/nscsi_hd.h | |
parent | dc0fc0e01fd65f29fade25c082977da1cbeb1e9d (diff) |
- removed need for *_dev.lst files [Miodrag Milanovic]
- enforced short names for slot card devices
- updated validation, romverify and listxml output accordingly
- slotoptions now also contain shortnames so it's possible to link
slot option and device
Diffstat (limited to 'src/emu/machine/nscsi_hd.h')
-rw-r--r-- | src/emu/machine/nscsi_hd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/nscsi_hd.h b/src/emu/machine/nscsi_hd.h index d49f6109d8a..1d3f8baea0a 100644 --- a/src/emu/machine/nscsi_hd.h +++ b/src/emu/machine/nscsi_hd.h @@ -18,6 +18,7 @@ public: protected: virtual void device_start(); virtual void device_reset(); + virtual void device_config_complete() { m_shortname = "scsi_harddisk"; } virtual void scsi_command(); virtual UINT8 scsi_get_data(int id, int pos); |