fix regression

This commit is contained in:
Michaël Banaan Ananas 2012-06-01 19:00:18 +00:00
parent 2fe09fc618
commit e3fcd7dd75

View File

@ -5977,6 +5977,8 @@ static DRIVER_INIT( karatour )
state->m_vram_1[i] = machine.rand();
state->m_vram_2[i] = machine.rand();
}
DRIVER_INIT_CALL(metro);
}
static DRIVER_INIT( daitorid )