mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Fixed regression. (nw)
This commit is contained in:
parent
cd6679975b
commit
28e1ebd3e6
@ -39,7 +39,7 @@ const device_type A2BUS_THUNDERCLOCK = &device_creator<a2bus_thunderclock_device
|
||||
#define THUNDERCLOCK_UPD1990_TAG "thunclk_upd"
|
||||
|
||||
MACHINE_CONFIG_FRAGMENT( thunderclock )
|
||||
MCFG_UPD1990A_ADD(THUNDERCLOCK_UPD1990_TAG, 1021800, DEVWRITELINE(DEVICE_SELF_OWNER, a2bus_thunderclock_device, upd_dataout_w), NULL)
|
||||
MCFG_UPD1990A_ADD(THUNDERCLOCK_UPD1990_TAG, 1021800, DEVWRITELINE(DEVICE_SELF, a2bus_thunderclock_device, upd_dataout_w), NULL)
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
ROM_START( thunderclock )
|
||||
|
Loading…
Reference in New Issue
Block a user