mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Actually 0x62 doesn't need this
This commit is contained in:
parent
9266027550
commit
51e93754b5
@ -958,9 +958,10 @@ void saturn_state::cd_exec_command( void )
|
||||
return;
|
||||
}
|
||||
|
||||
if (partitions[bufnum].numblks < sectnum)
|
||||
/* TODO: Phantasy Star 2 throws this one. */
|
||||
if (partitions[bufnum].numblks == 0)
|
||||
{
|
||||
printf("CD: buffer is not full %08x %08x\n",partitions[bufnum].numblks,sectnum);
|
||||
printf("CD: buffer is already empty\n");
|
||||
cr_standard_return(CD_STAT_REJECT);
|
||||
hirqreg |= (CMOK|EHST);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user