mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
n68681: Don't trust the start order (nw)
This commit is contained in:
parent
758a377a65
commit
fe36f87239
@ -74,7 +74,8 @@ duartn68681_device::duartn68681_device(const machine_config &mconfig, const char
|
||||
ip3clk(0),
|
||||
ip4clk(0),
|
||||
ip5clk(0),
|
||||
ip6clk(0)
|
||||
ip6clk(0),
|
||||
IP_last_state(0)
|
||||
{
|
||||
}
|
||||
|
||||
@ -106,8 +107,6 @@ void duartn68681_device::device_start()
|
||||
|
||||
duart_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(duartn68681_device::duart_timer_callback),this), NULL);
|
||||
|
||||
IP_last_state = 0;
|
||||
|
||||
save_item(NAME(ACR));
|
||||
save_item(NAME(IMR));
|
||||
save_item(NAME(ISR));
|
||||
|
Loading…
Reference in New Issue
Block a user