summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98544.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98544.h')
-rw-r--r--src/devices/bus/hp_dio/hp98544.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/bus/hp_dio/hp98544.h b/src/devices/bus/hp_dio/hp98544.h
index ab53db6933c..d009f8589fd 100644
--- a/src/devices/bus/hp_dio/hp98544.h
+++ b/src/devices/bus/hp_dio/hp98544.h
@@ -45,14 +45,17 @@ public:
private:
WRITE_LINE_MEMBER(vblank_w);
+ WRITE_LINE_MEMBER(int_w);
+
static constexpr int m_v_pix = 768;
static constexpr int m_h_pix = 1024;
const address_space_config m_space_config;
void map(address_map &map);
-
required_region_ptr<uint8_t> m_rom;
required_shared_ptr<uint8_t> m_vram;
+
+ uint8_t m_intreg;
};
} // namespace bus::hp_dio