n68681: Don't trust the start order (nw)

This commit is contained in:
R. Belmont 2014-03-10 13:23:15 +00:00
parent 758a377a65
commit fe36f87239

View File

@ -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));