summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/quizdna.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/quizdna.h')
-rw-r--r--src/mame/includes/quizdna.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/quizdna.h b/src/mame/includes/quizdna.h
index b819f58d6d1..ed4dbba10ae 100644
--- a/src/mame/includes/quizdna.h
+++ b/src/mame/includes/quizdna.h
@@ -15,7 +15,7 @@ public:
required_shared_ptr<UINT8> m_spriteram;
required_shared_ptr<UINT8> m_generic_paletteram_8;
-
+
UINT8 *m_bg_ram;
UINT8 *m_fg_ram;
tilemap_t *m_bg_tilemap;
@@ -32,7 +32,7 @@ public:
DECLARE_WRITE8_MEMBER(screen_ctrl_w);
DECLARE_WRITE8_MEMBER(paletteram_xBGR_RRRR_GGGG_BBBB_w);
DECLARE_WRITE8_MEMBER(rombank_w);
-
+
// game specific
DECLARE_WRITE8_MEMBER(gekiretu_rombank_w);