mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Wrong syntax, oops (nw)
This commit is contained in:
parent
bc931a066c
commit
e2ef49de65
@ -716,7 +716,7 @@ MACHINE_CONFIG_START(hazl1500_state::hazl1500)
|
||||
MCFG_DEVCB_CHAIN_OUTPUT(DEVWRITELINE("uart", ay51013_device, write_rcp))
|
||||
|
||||
MCFG_DEVICE_ADD(UART_TAG, AY51013, 0)
|
||||
MCFG_AY51013_DAV_CALLBACK(DEVWRITELINE("mainint", input_merger_device, in_w<0>))
|
||||
MCFG_AY51013_WRITE_DAV_CB(DEVWRITELINE("mainint", input_merger_device, in_w<0>))
|
||||
|
||||
MCFG_DEVICE_ADD(NETLIST_TAG, NETLIST_CPU, VIDEOBRD_CLOCK)
|
||||
MCFG_NETLIST_SETUP(hazelvid)
|
||||
|
Loading…
Reference in New Issue
Block a user