diff options
author | 2013-12-24 07:24:51 +0000 | |
---|---|---|
committer | 2013-12-24 07:24:51 +0000 | |
commit | ca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch) | |
tree | aa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/emu/machine/t10mmc.c | |
parent | efaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff) |
Cleanups and version bumpmame0152
Diffstat (limited to 'src/emu/machine/t10mmc.c')
-rw-r--r-- | src/emu/machine/t10mmc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/t10mmc.c b/src/emu/machine/t10mmc.c index 84ff5f72667..aee65ffb5ce 100644 --- a/src/emu/machine/t10mmc.c +++ b/src/emu/machine/t10mmc.c @@ -550,10 +550,10 @@ void t10mmc::ReadData( UINT8 *data, int dataLength ) case T10MMC_CMD_READ_TOC_PMA_ATIP: /* - Track numbers are problematic here: 0 = lead-in, 0xaa = lead-out. - That makes sense in terms of how real-world CDs are referred to, but - our internal routines for tracks use "0" as track 1. That probably - should be fixed... + Track numbers are problematic here: 0 = lead-in, 0xaa = lead-out. + That makes sense in terms of how real-world CDs are referred to, but + our internal routines for tracks use "0" as track 1. That probably + should be fixed... */ { bool msf = (command[1] & 0x2) != 0; |