Fixed gtrfrk6m from booting up due to an incorrect flash card memory size. 32MB works for gtrfrk5m as well. (#2214)

This commit is contained in:
limyz 2017-04-08 04:12:10 +08:00 committed by Olivier Galibert
parent 3a7473a7f4
commit e23dd34558

View File

@ -2308,7 +2308,7 @@ MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( gtrfrk5m, k573d )
MCFG_FRAGMENT_ADD( casszi )
MCFG_FRAGMENT_ADD( pccard1_16mb )
MCFG_FRAGMENT_ADD( pccard1_32mb )
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( gtrfrk7m, k573d )