summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/egghunt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/egghunt.c')
-rw-r--r--src/mame/drivers/egghunt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/egghunt.c b/src/mame/drivers/egghunt.c
index 8a0edd59a83..2492f71d508 100644
--- a/src/mame/drivers/egghunt.c
+++ b/src/mame/drivers/egghunt.c
@@ -174,7 +174,6 @@ WRITE8_MEMBER(egghunt_state::egghunt_atram_w)
void egghunt_state::video_start()
{
-
m_bg_tilemap = &machine().tilemap().create(tilemap_get_info_delegate(FUNC(egghunt_state::get_bg_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 64, 32);
save_item(NAME(m_bgram));
@@ -391,7 +390,6 @@ GFXDECODE_END
void egghunt_state::machine_start()
{
-
m_audiocpu = machine().device<cpu_device>("audiocpu");
save_item(NAME(m_gfx_banking));