summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/slot.h')
-rw-r--r--src/devices/bus/svi3x8/slot/slot.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/devices/bus/svi3x8/slot/slot.h b/src/devices/bus/svi3x8/slot/slot.h
index 3975624eb5a..f27c023edab 100644
--- a/src/devices/bus/svi3x8/slot/slot.h
+++ b/src/devices/bus/svi3x8/slot/slot.h
@@ -41,6 +41,13 @@
//**************************************************************************
+// CONSTANTS / MACROS
+//**************************************************************************
+
+#define SVIBUS_TAG "slot_bux"
+
+
+//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
@@ -107,14 +114,10 @@ public:
opts(*this);
set_default_option(dflt);
set_fixed(false);
- set_bus(this, "slot_bus");
}
svi_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- // inline configuration
- void set_bus(device_t *owner, const char *bus_tag) { m_owner = owner; m_bus_tag = bus_tag; }
-
protected:
// device-level overrides
virtual void device_start() override;