fixed cdrom0 region name so the games boot.
This commit is contained in:
parent
1bb6adec56
commit
47b3fc7984
@ -255,7 +255,7 @@ static int security_cart_number = 0;
|
||||
static int chiptype[ 2 ];
|
||||
static int has_ds2401[ 2 ];
|
||||
|
||||
static const char *diskregions[] = { "disk0", "cdrom1" };
|
||||
static const char *diskregions[] = { "cdrom0", "cdrom1" };
|
||||
|
||||
/* EEPROM handlers */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user