summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/upd7227.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-02-16 17:45:06 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2018-02-16 17:45:06 +0100
commitb0bc2583cb8d1257fe8114220b8a4131fbeb8e40 (patch)
treebf832fc618f532bc2ded66bcac35e63de5b1bad8 /src/devices/video/upd7227.h
parent8c753984e11586e7ac5ba79f2d5b1ea909d65e61 (diff)
devices/video: some private-ization (nw)
Diffstat (limited to 'src/devices/video/upd7227.h')
-rw-r--r--src/devices/video/upd7227.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/video/upd7227.h b/src/devices/video/upd7227.h
index a74e2e57943..c9eb40f8633 100644
--- a/src/devices/video/upd7227.h
+++ b/src/devices/video/upd7227.h
@@ -47,7 +47,6 @@ public:
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void upd7227_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;
@@ -83,6 +82,8 @@ private:
int m_sck;
int m_si;
int m_so;
+
+ void upd7227_map(address_map &map);
};