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 e515c8aea0c..e8bb6c644fc 100644
--- a/src/mame/video/decbac06.h
+++ b/src/mame/video/decbac06.h
@@ -108,7 +108,7 @@ private:
TILEMAP_MAPPER_MEMBER(tile_shape2_8x8_scan);
TILE_GET_INFO_MEMBER(get_pf8x8_tile_info);
TILE_GET_INFO_MEMBER(get_pf16x16_tile_info);
- required_device<gfxdecode_device> m_gfxdecode;
+ required_device<gfxdecode_device> m_gfxdecode;
};
extern const device_type DECO_BAC06;