summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mz80/mz1e35.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/mz80/mz1e35.h')
-rw-r--r--src/devices/bus/mz80/mz1e35.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/devices/bus/mz80/mz1e35.h b/src/devices/bus/mz80/mz1e35.h
index 49c78d40410..96295213a7c 100644
--- a/src/devices/bus/mz80/mz1e35.h
+++ b/src/devices/bus/mz80/mz1e35.h
@@ -7,24 +7,8 @@
#pragma once
#include "mz80_exp.h"
-#include "sound/ymopl.h"
-class mz1e35_device : public mz80_exp_device
-{
-public:
- mz1e35_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
-
- static constexpr feature_type unemulated_features() { return feature::SOUND; }
-
- virtual void io_map(address_map &map) override ATTR_COLD;
-
-private:
- virtual void device_add_mconfig(machine_config &config) override ATTR_COLD;
-
- required_device<y8950_device> m_opl;
-};
-
-DECLARE_DEVICE_TYPE(MZ1E35, mz1e35_device)
+DECLARE_DEVICE_TYPE(MZ1E35, device_mz80_exp_interface)
#endif // MAME_BUS_MZ80_MZ1E35_H