Previous | 199869 Revisions | Next |
r32445 Sunday 28th September, 2014 at 08:15:16 UTC by smf |
---|
initialize ier register to stop interrupts randomly being generated before reset, fixes portfolio booting (nw) |
[src/emu/machine] | ins8250.c |
r32444 | r32445 | |
---|---|---|
104 | 104 | m_ri(1), |
105 | 105 | m_cts(1) |
106 | 106 | { |
107 | m_regs.ier = 0; | |
107 | 108 | } |
108 | 109 | |
109 | 110 | ins8250_device::ins8250_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
Previous | 199869 Revisions | Next |