CD-ROM emulation now reads multiple sectors at once.

This commit is contained in:
SarahW 2018-03-04 13:59:39 +00:00
commit bab6695b2c
7 changed files with 59 additions and 50 deletions

View file

@ -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;
}