summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2017-02-12 19:38:01 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2017-02-14 12:28:37 +0000
commit6434a1f9174389e24a9280d0fbeffec0f98e847d (patch)
treeda8b4e53dc92eb4c27ab01d3c20723de230f1814 /src
parent40fb6c7fa50ed7c7cf5144763ed0208db4b7b487 (diff)
zx81: changed default ramsize to 16K
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/zx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/zx.cpp b/src/mame/drivers/zx.cpp
index 76c3d56f9c4..3ef04292ed1 100644
--- a/src/mame/drivers/zx.cpp
+++ b/src/mame/drivers/zx.cpp
@@ -365,8 +365,8 @@ static MACHINE_CONFIG_DERIVED( zx81, zx80 )
/* internal ram */
MCFG_RAM_MODIFY(RAM_TAG)
- MCFG_RAM_DEFAULT_SIZE("1K")
- MCFG_RAM_EXTRA_OPTIONS("16K,32K,48K")
+ MCFG_RAM_DEFAULT_SIZE("16K")
+ MCFG_RAM_EXTRA_OPTIONS("1K,32K,48K")
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( zx81_spk, zx81 )