From 63f9a01f8c5d43b9cfe68c2d401a84647d19c10e Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Jun 2016 08:34:30 +0200 Subject: Cleanup and version bump --- src/mame/machine/pcecommn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mame/machine/pcecommn.h') diff --git a/src/mame/machine/pcecommn.h b/src/mame/machine/pcecommn.h index 732b044768f..c4318f80230 100644 --- a/src/mame/machine/pcecommn.h +++ b/src/mame/machine/pcecommn.h @@ -33,7 +33,7 @@ public: virtual UINT8 joy_read(); UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); required_device m_huc6260; - + private: UINT8 m_io_port_options; /*driver-specific options for the PCE*/ int m_joystick_port_select; /* internal index of joystick ports */ -- cgit v1.2.3