mirror of
https://github.com/holub/mame
synced 2025-06-26 06:14:12 +03:00
fix crash on startup (nw)
This commit is contained in:
parent
c5079ca1f5
commit
87457fafa8
@ -922,6 +922,8 @@ static MACHINE_CONFIG_START( atombb, atom_state )
|
||||
MCFG_CENTRONICS_ACK_HANDLER(DEVWRITELINE(R6522_TAG, via6522_device, write_ca1))
|
||||
MCFG_CENTRONICS_BUSY_HANDLER(DEVWRITELINE(R6522_TAG, via6522_device, write_pa7))
|
||||
|
||||
MCFG_CENTRONICS_OUTPUT_LATCH_ADD("cent_data_out", CENTRONICS_TAG)
|
||||
|
||||
MCFG_CASSETTE_ADD("cassette", atom_cassette_interface)
|
||||
|
||||
/* internal ram */
|
||||
|
Loading…
Reference in New Issue
Block a user