summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author 987123879113 <63495610+987123879113@users.noreply.github.com>2023-08-23 02:34:11 +0900
committer GitHub <noreply@github.com>2023-08-23 03:34:11 +1000
commit3b9a28107711cb71fcc2abda02f9308a90cfeda0 (patch)
treec6a365190a43586ecfba3b83fc6dbdbccbcf5187 /src/devices/bus
parent7206fadfee1bcf2d9956ac08f8cdec5d8ce7dff3 (diff)
machine/t10mmc.cpp: Implemented most features of T10 MMC read CD (0xbe) command. (#11499)
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/ata/atapicdr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/ata/atapicdr.cpp b/src/devices/bus/ata/atapicdr.cpp
index ecf4abd8af8..510b080234c 100644
--- a/src/devices/bus/ata/atapicdr.cpp
+++ b/src/devices/bus/ata/atapicdr.cpp
@@ -162,6 +162,7 @@ void atapi_cdrom_device::ExecCommand()
case T10MMC_CMD_PLAY_AUDIO_TRACK_INDEX:
case T10MMC_CMD_PAUSE_RESUME:
case T10MMC_CMD_PLAY_AUDIO_12:
+ case T10MMC_CMD_READ_CD:
case T10SBC_CMD_READ_12:
if(!m_image->exists())
{