diff options
Diffstat (limited to 'src/mess/includes/abc80.h')
-rw-r--r-- | src/mess/includes/abc80.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/abc80.h b/src/mess/includes/abc80.h index 4e169b4903e..253ed7e757d 100644 --- a/src/mess/includes/abc80.h +++ b/src/mess/includes/abc80.h @@ -84,6 +84,7 @@ public: m_line_prom(*this, "line"), m_attr_prom(*this, "attr"), m_video_ram(*this, "video_ram"), + m_motor(false), m_tape_in(1), m_tape_in_latch(1) { } @@ -164,6 +165,7 @@ public: int m_blink; // cassette state + bool m_motor; int m_tape_in; int m_tape_in_latch; |