CD-ROM emulation now reads multiple sectors at once.
This commit is contained in:
parent
8e52c00ffc
commit
bab6695b2c
7 changed files with 59 additions and 50 deletions
|
|
@ -59,7 +59,7 @@ static void null_load(void)
|
|||
{
|
||||
}
|
||||
|
||||
static int null_readsector(uint8_t *b, int sector)
|
||||
static int null_readsector(uint8_t *b, int sector, int count)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue