summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/egghunt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/egghunt.cpp')
-rw-r--r--src/mame/drivers/egghunt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/egghunt.cpp b/src/mame/drivers/egghunt.cpp
index 0362bf2f5b1..657b5ca51dc 100644
--- a/src/mame/drivers/egghunt.cpp
+++ b/src/mame/drivers/egghunt.cpp
@@ -162,7 +162,7 @@ TILE_GET_INFO_MEMBER(egghunt_state::get_bg_tile_info)
// code += 0;
}
- SET_TILE_INFO_MEMBER(0, code, colour, 0);
+ tileinfo.set(0, code, colour, 0);
}
READ8_MEMBER(egghunt_state::egghunt_bgram_r)