Previous 199869 Revisions Next

r21015 Wednesday 13th February, 2013 at 04:46:45 UTC by Angelo Salese
Actually 0x62 doesn't need this
[src/emu/machine]stvcd.c

trunk/src/emu/machine/stvcd.c
r21014r21015
958958               return;
959959            }
960960
961            if (partitions[bufnum].numblks < sectnum)
961            /* TODO: Phantasy Star 2 throws this one. */
962            if (partitions[bufnum].numblks == 0)
962963            {
963               printf("CD: buffer is not full %08x %08x\n",partitions[bufnum].numblks,sectnum);
964               printf("CD: buffer is already empty\n");
964965               cr_standard_return(CD_STAT_REJECT);
965966               hirqreg |= (CMOK|EHST);
966967               return;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team