mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +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;
|
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);
|
cr_standard_return(CD_STAT_REJECT);
|
||||||
hirqreg |= (CMOK|EHST);
|
hirqreg |= (CMOK|EHST);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user