mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
fix macOS build
This commit is contained in:
parent
943f88b306
commit
fea783eaac
2 changed files with 0 additions and 2 deletions
|
@ -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),
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue