mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
taitogn.cpp: fixed regression (nw)
This commit is contained in:
parent
7a65f977b2
commit
47e020c03d
@ -757,7 +757,7 @@ MACHINE_CONFIG_START(taitogn_state::coh3002t)
|
||||
MCFG_CPU_PROGRAM_MAP(taitogn_mn_map)
|
||||
|
||||
MCFG_DEVICE_MODIFY("taito_zoom:zsg2")
|
||||
MCFG_ZSG2_EXT_READ_HANDLER(READ32(taitogn_state, zsg2_ext_r))
|
||||
MCFG_ZSG2_EXT_READ_HANDLER(DEVREAD32(DEVICE_SELF_OWNER, taitogn_state, zsg2_ext_r))
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
MACHINE_CONFIG_DERIVED(taitogn_state::coh3002t_t1, coh3002t)
|
||||
|
Loading…
Reference in New Issue
Block a user