diff options
Diffstat (limited to 'src/mess/machine/strata.c')
-rw-r--r-- | src/mess/machine/strata.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/strata.c b/src/mess/machine/strata.c index 06dad0ab893..772eee3368b 100644 --- a/src/mess/machine/strata.c +++ b/src/mess/machine/strata.c @@ -44,7 +44,7 @@ enum fm_mode_t FM_CONFPART1, // first half of configuration, awaiting second FM_WRPROTPART1 // first half of protection program, awaiting second }; -struct strata_t +struct strata_t { fm_mode_t mode; // current operation mode int hard_unlock; // 1 if RP* pin is at Vhh (not fully implemented) @@ -229,7 +229,7 @@ int strataflash_save(device_t *device, emu_file *file) } /* bus width for 8/16-bit handlers */ -enum bus_width_t +enum bus_width_t { bw_8, bw_16 |