summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gt913_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gt913_io.h')
-rw-r--r--src/devices/machine/gt913_io.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/machine/gt913_io.h b/src/devices/machine/gt913_io.h
index 866d4155fca..5bfed441c64 100644
--- a/src/devices/machine/gt913_io.h
+++ b/src/devices/machine/gt913_io.h
@@ -56,15 +56,15 @@ private:
const char *m_intc_tag;
/* timers */
- uint8_t m_timer_control[2]{};
- uint16_t m_timer_rate[2]{};
- int m_timer_irq[2]{};
- bool m_timer_irq_pending[2]{};
- emu_timer *m_timer[2]{};
+ uint8_t m_timer_control[2];
+ uint16_t m_timer_rate[2];
+ int m_timer_irq[2];
+ bool m_timer_irq_pending[2];
+ emu_timer *m_timer[2];
/* 2x ADC */
- bool m_adc_enable = false, m_adc_channel = false;
- uint8_t m_adc_data[2]{};
+ bool m_adc_enable, m_adc_channel;
+ uint8_t m_adc_data[2];
};