fix macOS build

This commit is contained in:
tildearrow 2022-01-13 16:12:02 -05:00
parent 943f88b306
commit fea783eaac
2 changed files with 0 additions and 2 deletions

View File

@ -1421,7 +1421,6 @@ ay8910_device::ay8910_device(device_type type, unsigned int clock,
: chip_type(type), : chip_type(type),
m_type(psg_type), m_type(psg_type),
m_streams(streams), m_streams(streams),
m_ioports(ioports),
m_ready(0), m_ready(0),
m_active(false), m_active(false),
m_register_latch(0), m_register_latch(0),

View File

@ -281,7 +281,6 @@ private:
// internal state // internal state
psg_type_t m_type; psg_type_t m_type;
int m_streams; int m_streams;
int m_ioports;
int m_ready; int m_ready;
//sound_stream *m_channel; //sound_stream *m_channel;
bool m_active; bool m_active;