summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/t10mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/t10mmc.h')
-rw-r--r--src/devices/machine/t10mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/t10mmc.h b/src/devices/machine/t10mmc.h
index 6e0219f7756..351454cb2b6 100644
--- a/src/devices/machine/t10mmc.h
+++ b/src/devices/machine/t10mmc.h
@@ -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;
};