gdrom: typo fix (nw)

This commit is contained in:
Olivier Galibert 2014-10-07 15:41:33 +00:00
parent 238c2e9e1d
commit 1988fe4f09

View File

@ -300,7 +300,7 @@ void gdrom_device::ReadData( UINT8 *data, int dataLength )
should be fixed...
*/
printf("GDROM: READ TOC, format = %d time=%d\n", command[2]&0xf,(command[1]>>1)&1);
switch (command[1] & 0x0f)
switch (command[2] & 0x0f)
{
case 0: // normal
{