mirror of
https://github.com/holub/mame
synced 2025-07-06 02:18:09 +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)
|
adc0808_device::adc0808_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: device_t(mconfig, ADC0808, "ADC0808", tag, owner, clock),
|
: device_t(mconfig, ADC0808, "ADC0808", tag, owner, clock),
|
||||||
m_address(0),
|
m_address(0),
|
||||||
m_eoc(0),
|
|
||||||
m_start(0),
|
m_start(0),
|
||||||
|
m_eoc(0),
|
||||||
m_next_eoc(0),
|
m_next_eoc(0),
|
||||||
m_cycle(0),
|
m_cycle(0),
|
||||||
m_bit(0)
|
m_bit(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user