mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
t10mmc: m_sotc isn't implemented as bool (nw)
This commit is contained in:
parent
88ba8afb7b
commit
346012322c
@ -66,7 +66,7 @@ protected:
|
||||
uint32_t m_num_subblocks;
|
||||
uint32_t m_cur_subblock;
|
||||
int m_audio_sense;
|
||||
bool m_sotc;
|
||||
int m_sotc;
|
||||
|
||||
device_t *m_device;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user