mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
(MESS) fixed crash in a5105. (nw)
This commit is contained in:
parent
13051a06b7
commit
93679fe49d
@ -311,7 +311,7 @@ WRITE8_MEMBER( a5105_state::a5105_memsel_w )
|
||||
|
||||
WRITE8_MEMBER( a5105_state::a5105_upd765_w )
|
||||
{
|
||||
machine().device<upd765a_device>("upd765")->tc_w(BIT(data, 4));
|
||||
machine().device<upd765a_device>("upd765a")->tc_w(BIT(data, 4));
|
||||
}
|
||||
|
||||
static ADDRESS_MAP_START(a5105_io, AS_IO, 8, a5105_state)
|
||||
|
Loading…
Reference in New Issue
Block a user