diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/machine/atarifdc.c | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/machine/atarifdc.c')
| -rw-r--r-- | src/mess/machine/atarifdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/atarifdc.c b/src/mess/machine/atarifdc.c index 4e2cee018fb..9b07cd20e5e 100644 --- a/src/mess/machine/atarifdc.c +++ b/src/mess/machine/atarifdc.c @@ -763,7 +763,7 @@ atari_fdc_device::atari_fdc_device(const machine_config &mconfig, const char *ta m_serout_count(0), m_serout_offs(0), m_serout_chksum(0), -// m_serout_delay(0), +// m_serout_delay(0), m_serin_count(0), m_serin_offs(0), m_serin_chksum(0), |
