raise gdrom dma max

This commit is contained in:
Anthony Pesch 2017-05-25 19:56:39 -04:00
parent e914e0df48
commit c699ef62aa
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct gdrom {
int pio_size;
int pio_read;
/* dma state */
uint8_t dma_buffer[4096 * SECTOR_SIZE];
uint8_t dma_buffer[8192 * SECTOR_SIZE];
int dma_head;
int dma_size;
};