mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
pgm2.cpp: removed tag look-up (nw)
This commit is contained in:
parent
f24ac839ac
commit
9a414197dd
@ -1494,7 +1494,7 @@ void pgm2_state::init_kov3_100()
|
||||
void pgm2_state::init_kof98umh()
|
||||
{
|
||||
common_encryption_init();
|
||||
machine().device("maincpu")->memory().space(AS_PROGRAM).install_read_handler(0x20000060, 0x20000063, read32_delegate(FUNC(pgm2_state::kof98umh_speedup_r),this));
|
||||
m_maincpu->space(AS_PROGRAM).install_read_handler(0x20000060, 0x20000063, read32_delegate(FUNC(pgm2_state::kof98umh_speedup_r),this));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user