Increase gdrom dma buffer size to 8192 sectors

This commit is contained in:
Flyinghead 2018-05-14 19:37:33 +02:00
parent 2564c57cd2
commit 4aee2eb5fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/*
/*
gdrom, v3
Overly complex implementation of a very ugly device
*/
@ -87,7 +87,7 @@ static struct
{
u32 cache_index;
u32 cache_size;
u8 cache[2352*32]; //up to 32 sectors
u8 cache[2352 * 8192]; //up to 8192 sectors
} read_buff;
//pio buffer