diff options
Diffstat (limited to 'src/devices/bus/cbus/pc9801_86.h')
| -rw-r--r-- | src/devices/bus/cbus/pc9801_86.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/cbus/pc9801_86.h b/src/devices/bus/cbus/pc9801_86.h index d79cf21b6de..9faa769c85c 100644 --- a/src/devices/bus/cbus/pc9801_86.h +++ b/src/devices/bus/cbus/pc9801_86.h @@ -29,12 +29,13 @@ class pc9801_86_device : public device_t public: // construction/destruction pc9801_86_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - pc9801_86_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); static constexpr feature_type unemulated_features() { return feature::MICROPHONE; } static constexpr feature_type imperfect_features() { return feature::SOUND; } protected: + pc9801_86_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock); + void io_map(address_map &map) ATTR_COLD; u8 pcm_control_r(); void pcm_control_w(u8 data); |
