summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/avr8/avr8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/avr8/avr8.h')
-rw-r--r--src/emu/cpu/avr8/avr8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/avr8/avr8.h b/src/emu/cpu/avr8/avr8.h
index 2384c585804..5708a571023 100644
--- a/src/emu/cpu/avr8/avr8.h
+++ b/src/emu/cpu/avr8/avr8.h
@@ -162,6 +162,7 @@ protected:
UINT8 m_timer_increment[6];
UINT16 m_timer_prescale[6];
UINT16 m_timer_prescale_count[6];
+ bool m_ocr2_not_reached_yet;
// SPI
bool m_spi_active;