summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbus/pc9801_26.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbus/pc9801_26.h')
-rw-r--r--src/devices/bus/cbus/pc9801_26.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/cbus/pc9801_26.h b/src/devices/bus/cbus/pc9801_26.h
index 250d38a6d8a..fe3c8b7667b 100644
--- a/src/devices/bus/cbus/pc9801_26.h
+++ b/src/devices/bus/cbus/pc9801_26.h
@@ -13,7 +13,7 @@ Template for skeleton device
#include "bus/cbus/pc9801_cbus.h"
#include "sound/2203intf.h"
-
+#include "pc9801_snd.h"
//**************************************************************************
// TYPE DEFINITIONS
@@ -21,7 +21,7 @@ Template for skeleton device
// ======================> pc9801_26_device
-class pc9801_26_device : public device_t
+class pc9801_26_device : public pc9801_snd_device
{
public:
// construction/destruction
@@ -48,8 +48,6 @@ private:
uint8_t m_joy_sel;
DECLARE_WRITE_LINE_MEMBER(pc9801_sound_irq);
- DECLARE_READ8_MEMBER(opn_porta_r);
- DECLARE_WRITE8_MEMBER(opn_portb_w);
};