summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/shangha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/shangha3.h')
-rw-r--r--src/mame/includes/shangha3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/includes/shangha3.h b/src/mame/includes/shangha3.h
index 20ce889c66a..3276f9c54e2 100644
--- a/src/mame/includes/shangha3.h
+++ b/src/mame/includes/shangha3.h
@@ -25,7 +25,7 @@ public:
// driver init configuration
int m_do_shadows;
UINT8 m_drawmode_table[16];
-
+
int m_prot_count;
UINT16 m_gfxlist_addr;
bitmap_ind16 m_rawbitmap;
@@ -40,14 +40,14 @@ public:
DECLARE_READ16_MEMBER(shangha3_prot_r);
DECLARE_WRITE16_MEMBER(shangha3_prot_w);
DECLARE_WRITE16_MEMBER(shangha3_coinctrl_w);
-
+
// heberpop specific
DECLARE_WRITE16_MEMBER(heberpop_coinctrl_w);
DECLARE_WRITE16_MEMBER(heberpop_sound_command_w); // used by blocken too
-
+
// blocken specific
DECLARE_WRITE16_MEMBER(blocken_coinctrl_w);
-
+
DECLARE_DRIVER_INIT(shangha3);
DECLARE_DRIVER_INIT(heberpop);
virtual void video_start();