summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/abc80.h
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
committer ImJezze <jezze@gmx.net>2015-07-20 08:11:41 +0200
commit4bcb0c13f50ddb1cd3fd0341b4bb31d9c3c7fc7a (patch)
tree55eccacfca0e69435d0d4e6615205310ca11f271 /src/mess/includes/abc80.h
parentd132946c6f45aa8d271c6180e86f72dd08243048 (diff)
parent229785f695b26c702c8490792611f59d0366a933 (diff)
Merge pull request #5 from mamedev/master
Sync to base master
Diffstat (limited to 'src/mess/includes/abc80.h')
-rw-r--r--src/mess/includes/abc80.h2
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;