Skip to content

Commit 30163f5

Browse files
author
Adam
committed
- missed fpu state
1 parent 8265c3a commit 30163f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/mame/tektronix/tek440x.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ class tek440x_state : public driver_device
144144
bool m_kb_tdata;
145145
bool m_kb_rclamp;
146146
bool m_kb_loop;
147+
148+
int m_fpu_finished;
149+
147150
};
148151

149152
/*************************************

0 commit comments

Comments
 (0)