zx: added extra RAM options for ts1000 [Barry Nelson]

This commit is contained in:
hap 2017-11-06 18:15:54 +01:00
parent 61b1748559
commit 8e13c4a31a

View File

@ -384,6 +384,7 @@ static MACHINE_CONFIG_DERIVED( ts1000, zx81 )
/* internal ram */
MCFG_RAM_MODIFY(RAM_TAG)
MCFG_RAM_DEFAULT_SIZE("2K")
MCFG_RAM_EXTRA_OPTIONS("1K,16K,32K,48K")
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( ts1500, ts1000 )