summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc98_cbus/pc9801_14.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc98_cbus/pc9801_14.h')
-rw-r--r--src/devices/bus/pc98_cbus/pc9801_14.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/bus/pc98_cbus/pc9801_14.h b/src/devices/bus/pc98_cbus/pc9801_14.h
index 7a554f07a42..4cfb447f488 100644
--- a/src/devices/bus/pc98_cbus/pc9801_14.h
+++ b/src/devices/bus/pc98_cbus/pc9801_14.h
@@ -10,14 +10,13 @@
#include "machine/i8255.h"
#include "machine/pit8253.h"
+#include "sound/tms3631.h"
class pc9801_14_device : public device_t
{
public:
pc9801_14_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- static constexpr feature_type unemulated_features() { return feature::SOUND; }
-
uint8_t read(offs_t offset);
void write(offs_t offset, uint8_t data);
@@ -37,7 +36,7 @@ private:
required_device<pc98_cbus_slot_device> m_bus;
required_device<i8255_device> m_ppi;
required_device<pit8253_device> m_pit;
-// required_device<tms3631_device> m_tms;
+ required_device<tms3631_device> m_tms;
};
// device type definition