mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix build (nw)
This commit is contained in:
parent
15eab04d0f
commit
b38ee8ce7a
@ -2519,7 +2519,7 @@ void tmnt_state::sunsetbl(machine_config &config)
|
||||
{
|
||||
/* basic machine hardware */
|
||||
M68000(config, m_maincpu, 16000000);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, tmnt_state::sunsetbl_main_map);
|
||||
m_maincpu->set_addrmap(AS_PROGRAM, &tmnt_state::sunsetbl_main_map);
|
||||
m_maincpu->set_vblank_int("screen", FUNC(tmnt_state::irq4_line_hold));
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(tmnt_state,common)
|
||||
|
Loading…
Reference in New Issue
Block a user