mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
zx: added extra RAM options for ts1000 [Barry Nelson]
This commit is contained in:
parent
61b1748559
commit
8e13c4a31a
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user