summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pps41/mm76.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pps41/mm76.cpp')
-rw-r--r--src/devices/cpu/pps41/mm76.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/cpu/pps41/mm76.cpp b/src/devices/cpu/pps41/mm76.cpp
index 11041e25ad2..38ce96ea67a 100644
--- a/src/devices/cpu/pps41/mm76.cpp
+++ b/src/devices/cpu/pps41/mm76.cpp
@@ -12,10 +12,10 @@
#include "pps41d.h"
-DEFINE_DEVICE_TYPE(MM76, mm76_device, "mm76", "Rockwell MM76")
-DEFINE_DEVICE_TYPE(MM76L, mm76l_device, "mm76l", "Rockwell MM76L")
-DEFINE_DEVICE_TYPE(MM76E, mm76e_device, "mm76e", "Rockwell MM76E")
-DEFINE_DEVICE_TYPE(MM76EL, mm76el_device, "mm76el", "Rockwell MM76EL")
+DEFINE_DEVICE_TYPE(MM76, mm76_device, "mm76", "Rockwell MM76") // 640 bytes ROM, 48 bytes RAM
+DEFINE_DEVICE_TYPE(MM76L, mm76l_device, "mm76l", "Rockwell MM76L") // low-power
+DEFINE_DEVICE_TYPE(MM76E, mm76e_device, "mm76e", "Rockwell MM76E") // ROM extended to 1KB
+DEFINE_DEVICE_TYPE(MM76EL, mm76el_device, "mm76el", "Rockwell MM76EL") // low-power
// constructor
@@ -82,7 +82,6 @@ void mm76_device::device_start()
{
pps41_base_device::device_start();
m_stack_levels = 1;
- m_d_pins = 10;
}
void mm76_device::device_reset()