summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/victor9k_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/victor9k_fdc.h')
-rw-r--r--src/mess/machine/victor9k_fdc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/victor9k_fdc.h b/src/mess/machine/victor9k_fdc.h
index 721aa4aac82..908518dc43a 100644
--- a/src/mess/machine/victor9k_fdc.h
+++ b/src/mess/machine/victor9k_fdc.h
@@ -136,8 +136,10 @@ private:
int sync_byte_counter;
int brdy;
int lbrdy;
+ bool lbrdy_changed;
int sync;
int syn;
+ bool syn_changed;
int gcr_err;
// write
@@ -204,8 +206,6 @@ private:
int m_via4_irq;
int m_via5_irq;
int m_via6_irq;
- int m_syn;
- int m_lbrdy;
attotime m_period;