From b0bc2583cb8d1257fe8114220b8a4131fbeb8e40 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Fri, 16 Feb 2018 17:45:06 +0100 Subject: devices/video: some private-ization (nw) --- src/devices/video/upd7227.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/devices/video/upd7227.h') 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); }; -- cgit v1.2.3-70-g09d2