mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
machine/playch10.cpp: fixed MT07916
This commit is contained in:
parent
195c37f3cf
commit
7031dab209
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user