Previous 199869 Revisions Next

r32576 Tuesday 7th October, 2014 at 15:41:33 UTC by O. Galibert
gdrom: typo fix (nw)
[src/mame/machine]gdrom.c

trunk/src/mame/machine/gdrom.c
r32575r32576
300300             should be fixed...
301301         */
302302         printf("GDROM: READ TOC, format = %d time=%d\n", command[2]&0xf,(command[1]>>1)&1);
303         switch (command[1] & 0x0f)
303         switch (command[2] & 0x0f)
304304         {
305305            case 0:     // normal
306306               {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team