From b2eb5ea87e37a4e3ca93ad6963e9a3fa9f2e801f Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Fri, 18 Nov 2011 22:04:32 +0000 Subject: [PATCH] forgot to commit this updated file. no whatsnew. --- src/mame/includes/zerozone.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mame/includes/zerozone.h b/src/mame/includes/zerozone.h index be82f7b98b4..aa1e1cef806 100644 --- a/src/mame/includes/zerozone.h +++ b/src/mame/includes/zerozone.h @@ -19,7 +19,6 @@ public: { } // in drivers/zerozone.c - DECLARE_READ16_MEMBER(input_r); DECLARE_WRITE16_MEMBER(sound_w); // temp workaround for missing generic 'modern' functions @@ -42,7 +41,7 @@ public: // state // video-related - UINT16 m_tilebank; + UINT16 m_tilebank; tilemap_t *m_zz_tilemap; protected: