summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wgp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wgp.cpp')
-rw-r--r--src/mame/video/wgp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wgp.cpp b/src/mame/video/wgp.cpp
index 8db3cb04cef..9f9e46b8995 100644
--- a/src/mame/video/wgp.cpp
+++ b/src/mame/video/wgp.cpp
@@ -8,7 +8,7 @@
// reference : https://www.youtube.com/watch?v=Sb3I3eQQvcU
/*******************************************************************/
-template<unsigned Offset>
+template<unsigned Offset>
TILE_GET_INFO_MEMBER(wgp_state::get_piv_tile_info)
{
const u16 tilenum = m_pivram[tile_index + Offset]; /* 3 blocks of $2000 */