summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp80_optroms/hp80_optrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp80_optroms/hp80_optrom.h')
-rw-r--r--src/devices/bus/hp80_optroms/hp80_optrom.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/devices/bus/hp80_optroms/hp80_optrom.h b/src/devices/bus/hp80_optroms/hp80_optrom.h
index 33bd800027c..cb8dbd4903b 100644
--- a/src/devices/bus/hp80_optroms/hp80_optrom.h
+++ b/src/devices/bus/hp80_optroms/hp80_optrom.h
@@ -18,8 +18,6 @@
// Size of optional ROMs (8k)
static constexpr offs_t HP80_OPTROM_SIZE = 0x2000;
-void hp80_optrom_slot_devices(device_slot_interface &device);
-
class hp80_optrom_cart_device : public device_t,
public device_slot_card_interface
{
@@ -40,15 +38,6 @@ class hp80_optrom_slot_device : public device_t,
{
public:
// construction/destruction
- hp80_optrom_slot_device(machine_config const &mconfig, char const *tag, device_t *owner)
- : hp80_optrom_slot_device(mconfig, tag, owner, (uint32_t)0)
- {
- option_reset();
- hp80_optrom_slot_devices(*this);
- set_default_option(nullptr);
- set_fixed(false);
- }
-
hp80_optrom_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
virtual ~hp80_optrom_slot_device();
@@ -83,4 +72,6 @@ protected:
DECLARE_DEVICE_TYPE(HP80_OPTROM_SLOT, hp80_optrom_slot_device)
DECLARE_DEVICE_TYPE(HP80_OPTROM_CART, hp80_optrom_cart_device)
+void hp80_optrom_slot_devices(device_slot_interface &device);
+
#endif // MAME_BUS_HP80_OPTROMS_HP80_OPTROM_H