diff options
Diffstat (limited to 'src/mame/video/tecmosys.cpp')
-rw-r--r-- | src/mame/video/tecmosys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tecmosys.cpp b/src/mame/video/tecmosys.cpp index a5947d49b89..eae5ad419f9 100644 --- a/src/mame/video/tecmosys.cpp +++ b/src/mame/video/tecmosys.cpp @@ -13,7 +13,7 @@ template<int Layer> TILE_GET_INFO_MEMBER(tecmosys_state::get_tile_info) { - SET_TILE_INFO_MEMBER(Layer, + tileinfo.set(Layer, m_vram[Layer][2*tile_index+1], (m_vram[Layer][2*tile_index]&0x3f), TILE_FLIPYX((m_vram[Layer][2*tile_index]&0xc0)>>6)); |