diff options
author | 2018-03-16 04:26:46 +1100 | |
---|---|---|
committer | 2018-03-16 04:26:46 +1100 | |
commit | 1e1369c02b191bb201f093b5b9517f4fc732bc40 (patch) | |
tree | 9711851618d7fd3aa9b384ddd6bb798bc02ffb0a /src/devices/cpu/ie15/ie15.cpp | |
parent | bb11fbd2bd66ad45571146ec5a660f5775949ef1 (diff) |
qsound: clean up host and DAC comms a bit, hopefully fix desync
ie15: fix shortname conflict (nw)
Motorola naming M68000 = family, MC68000 = main production
implementation, XC68LC040 = pre-main production implementation. The M
prefix should only be used for devices representing a family in the
abstract, like the M6805 device that represents the PMOS 6805 core but
not a particular implementation with onboard peripherals and memory. (nw)
Diffstat (limited to 'src/devices/cpu/ie15/ie15.cpp')
-rw-r--r-- | src/devices/cpu/ie15/ie15.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ie15/ie15.cpp b/src/devices/cpu/ie15/ie15.cpp index 23e69cadd45..80c0fecdbe7 100644 --- a/src/devices/cpu/ie15/ie15.cpp +++ b/src/devices/cpu/ie15/ie15.cpp @@ -22,7 +22,7 @@ //************************************************************************** // device type definition -DEFINE_DEVICE_TYPE(IE15_CPU, ie15_cpu_device, "ie15", "ie15 CPU") +DEFINE_DEVICE_TYPE(IE15_CPU, ie15_cpu_device, "ie15_cpu", "ie15 CPU") //************************************************************************** // DEVICE INTERFACE |