mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
namcostr: Fix crash in debug build (nw)
This commit is contained in:
parent
3c539e2e1a
commit
6d56bcc528
@ -2267,7 +2267,7 @@ static MACHINE_CONFIG_START( namcostr, seta2_state )
|
||||
MCFG_CPU_PROGRAM_MAP(namcostr_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", seta2_state, seta2_interrupt)
|
||||
|
||||
MCFG_TMP68301_ADD("tmp68301",tmp68301_reelquak_intf)
|
||||
MCFG_TMP68301_ADD("tmp68301",tmp68301_default_intf) // tmp68301_reelquak_intf does this have a ticket dispenser?
|
||||
|
||||
|
||||
// video hardware
|
||||
|
Loading…
Reference in New Issue
Block a user