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, 3 insertions, 1 deletions
diff --git a/src/mess/machine/victor9k_fdc.h b/src/mess/machine/victor9k_fdc.h
index 3f374437e04..d6eb959b659 100644
--- a/src/mess/machine/victor9k_fdc.h
+++ b/src/mess/machine/victor9k_fdc.h
@@ -125,9 +125,12 @@ private:
attotime edge;
UINT16 shift_reg;
int bit_counter;
+ int sync_bit_counter;
+ int sync_byte_counter;
int brdy;
int lbrdy;
int sync;
+ int syn;
int gcr_err;
// write
@@ -137,7 +140,6 @@ private:
int write_position;
UINT8 wd;
int wrsync;
- int syn;
int gcr_data;
int erase;
};