summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gamepock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gamepock.h')
-rw-r--r--src/mess/includes/gamepock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/gamepock.h b/src/mess/includes/gamepock.h
index 4130d1f7255..37a544dd5fb 100644
--- a/src/mess/includes/gamepock.h
+++ b/src/mess/includes/gamepock.h
@@ -29,12 +29,13 @@ public:
DECLARE_READ8_MEMBER( port_b_r );
DECLARE_WRITE8_MEMBER( port_b_w );
DECLARE_READ8_MEMBER( port_c_r );
+ UINT32 screen_update_gamepock(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};
/*----------- defined in machine/gamepock.c -----------*/
-SCREEN_UPDATE_IND16( gamepock );
+
int gamepock_io_callback( device_t *device, int ioline, int state );