fixed cdrom0 region name so the games boot.

This commit is contained in:
smf- 2008-08-05 23:25:21 +00:00
parent 1bb6adec56
commit 47b3fc7984

View File

@ -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 */