summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decbac06.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decbac06.h')
-rw-r--r--src/mame/video/decbac06.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decbac06.h b/src/mame/video/decbac06.h
index fbab78c0833..64f51dfc266 100644
--- a/src/mame/video/decbac06.h
+++ b/src/mame/video/decbac06.h
@@ -83,7 +83,7 @@ public:
void set_colmask(int data) { m_gfxcolmask = data; }
void set_bppmultmask( int mult, int mask ) { m_bppmult = mult; m_bppmask = mask; } // stadium hero has 3bpp tiles
- void set_flip_screen(bool flip) { m_flip_screen = flip; }
+ void set_flip_screen(bool flip);
uint8_t m_gfxcolmask;
int m_rambank; // external connection?