summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/mm65k16s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/mm65k16s.cpp')
-rw-r--r--src/devices/bus/s100/mm65k16s.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/s100/mm65k16s.cpp b/src/devices/bus/s100/mm65k16s.cpp
index ae098a2e29c..5f64ce67aa4 100644
--- a/src/devices/bus/s100/mm65k16s.cpp
+++ b/src/devices/bus/s100/mm65k16s.cpp
@@ -205,7 +205,7 @@ ioport_constructor s100_mm65k16s_device::device_input_ports() const
s100_mm65k16s_device::s100_mm65k16s_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, S100_MM65K16S, tag, owner, clock),
device_s100_card_interface(mconfig, *this),
- m_ram(*this, "ram")
+ m_ram(*this, "ram", 0x10000, ENDIANNESS_LITTLE)
{
}
@@ -216,7 +216,6 @@ s100_mm65k16s_device::s100_mm65k16s_device(const machine_config &mconfig, const
void s100_mm65k16s_device::device_start()
{
- m_ram.allocate(0x10000);
}