machine/playch10.cpp: fixed MT07916

This commit is contained in:
Ivan Vangelista 2021-03-24 05:57:28 +01:00
parent 195c37f3cf
commit 7031dab209

View File

@ -60,6 +60,8 @@ void playch10_state::machine_start()
MACHINE_START_MEMBER(playch10_state,playch10_hboard)
{
m_timedigits.resolve();
m_vrom = (m_vrom_region != nullptr) ? m_vrom_region->base() : nullptr;
/* allocate 4K of nametable ram here */