mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
fixed initialization order in src/emu/machine/adc0808.c (nw)
This commit is contained in:
parent
03352a5630
commit
3fdb37bdd9
@ -27,8 +27,8 @@ const device_type ADC0808 = &device_creator<adc0808_device>;
|
||||
adc0808_device::adc0808_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||
: device_t(mconfig, ADC0808, "ADC0808", tag, owner, clock),
|
||||
m_address(0),
|
||||
m_eoc(0),
|
||||
m_start(0),
|
||||
m_eoc(0),
|
||||
m_next_eoc(0),
|
||||
m_cycle(0),
|
||||
m_bit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user