| 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 |
| r32575 | r32576 | |
|---|---|---|
| 300 | 300 | should be fixed... |
| 301 | 301 | */ |
| 302 | 302 | printf("GDROM: READ TOC, format = %d time=%d\n", command[2]&0xf,(command[1]>>1)&1); |
| 303 | switch (command[ | |
| 303 | switch (command[2] & 0x0f) | |
| 304 | 304 | { |
| 305 | 305 | case 0: // normal |
| 306 | 306 | { |
| Previous | 199869 Revisions | Next |