summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/msm6255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/msm6255.h')
-rw-r--r--src/devices/video/msm6255.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/devices/video/msm6255.h b/src/devices/video/msm6255.h
index 50d687f7d23..20b6db6688e 100644
--- a/src/devices/video/msm6255.h
+++ b/src/devices/video/msm6255.h
@@ -29,15 +29,8 @@ public:
virtual void map(address_map &map);
- DECLARE_READ8_MEMBER( ir_r );
- DECLARE_WRITE8_MEMBER( ir_w );
-
- DECLARE_READ8_MEMBER( dr_r );
- DECLARE_WRITE8_MEMBER( dr_w );
-
uint32_t screen_update(screen_device &device, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void msm6255(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -68,6 +61,14 @@ private:
void update_graphics(bitmap_ind16 &bitmap, const rectangle &cliprect);
void update_text(bitmap_ind16 &bitmap, const rectangle &cliprect);
+ DECLARE_READ8_MEMBER( ir_r );
+ DECLARE_WRITE8_MEMBER( ir_w );
+
+ DECLARE_READ8_MEMBER( dr_r );
+ DECLARE_WRITE8_MEMBER( dr_w );
+
+ void msm6255(address_map &map);
+
const address_space_config m_space_config;
uint8_t m_ir; // instruction register