diff options
Diffstat (limited to 'src/devices/cpu/ssem')
-rw-r--r-- | src/devices/cpu/ssem/ssem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ssem/ssem.cpp b/src/devices/cpu/ssem/ssem.cpp index 6cfffaef83d..d115db0e3e0 100644 --- a/src/devices/cpu/ssem/ssem.cpp +++ b/src/devices/cpu/ssem/ssem.cpp @@ -75,7 +75,7 @@ inline void ssem_device::program_write32(uint32_t address, uint32_t data) /*****************************************************************************/ -DEFINE_DEVICE_TYPE(SSEMCPU, ssem_device, "ssem_cpu", "SSEM CPU") +DEFINE_DEVICE_TYPE(SSEMCPU, ssem_device, "ssem_cpu", "Manchester SSEM") //------------------------------------------------- // ssem_device - constructor |