Fix GCC 4.8+ / Clang compiles (nw)

This commit is contained in:
R. Belmont 2014-01-07 03:25:30 +00:00
parent 1fc2584c80
commit 4e57365bef
2 changed files with 2 additions and 2 deletions

View File

@ -766,7 +766,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),

View File

@ -49,7 +49,7 @@ private:
int m_serout_offs;
UINT8 m_serout_buff[512];
UINT8 m_serout_chksum;
int m_serout_delay;
// int m_serout_delay;
int m_serin_count;
int m_serin_offs;