summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/megadriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/megadriv.h')
-rw-r--r--src/mame/includes/megadriv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/megadriv.h b/src/mame/includes/megadriv.h
index 77445f101f7..efd0f2dbeee 100644
--- a/src/mame/includes/megadriv.h
+++ b/src/mame/includes/megadriv.h
@@ -117,7 +117,7 @@ public:
DECLARE_DRIVER_INIT(megadriv);
DECLARE_DRIVER_INIT(megadrij);
DECLARE_DRIVER_INIT(mpnew);
-
+
TILE_GET_INFO_MEMBER( get_stampmap_16x16_1x1_tile_info );
TILE_GET_INFO_MEMBER( get_stampmap_32x32_1x1_tile_info );
TILE_GET_INFO_MEMBER( get_stampmap_16x16_16x16_tile_info );
@@ -449,7 +449,7 @@ public:
segacd_state(const machine_config &mconfig, device_type type, const char *tag)
: _32x_state(mconfig, type, tag),
m_font_bits(*this,"segacd_font") { }
-
+
required_shared_ptr<UINT16> m_font_bits;
};