mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
Fix GCC 4.8+ / Clang compiles (nw)
This commit is contained in:
parent
1fc2584c80
commit
4e57365bef
@ -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),
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user