Small CD-ROM-related fix.

This commit is contained in:
OBattler
2018-10-21 20:13:09 +02:00
parent 86616cd5fb
commit aaf10aba68

View File

@@ -8,7 +8,7 @@
* *
* CD-ROM image support. * CD-ROM image support.
* *
* Version: @(#)cdrom_image.cc 1.0.4 2018/10/20 * Version: @(#)cdrom_image.cc 1.0.5 2018/10/21
* *
* Author: RichardG867, * Author: RichardG867,
* Miran Grca, <mgrca8@gmail.com> * Miran Grca, <mgrca8@gmail.com>
@@ -119,7 +119,7 @@ enum {
static int cdrom_sector_size; static int cdrom_sector_size;
static uint8_t raw_buffer[2448]; static uint8_t raw_buffer[2856]; /* Needs to be the same size as sector_buffer_t in the structs. */
static uint8_t extra_buffer[296]; static uint8_t extra_buffer[296];