diff options
author | 2018-03-15 18:06:10 +0100 | |
---|---|---|
committer | 2018-03-15 18:07:39 +0100 | |
commit | bb11fbd2bd66ad45571146ec5a660f5775949ef1 (patch) | |
tree | 1fd5b5e6bfed24d4d86ebe18c28bc1b82335733d /src/devices/cpu/upd7725/upd7725.cpp | |
parent | ba278b8f03a6affbaf87da6f533f85ee5cd6f7a9 (diff) |
Blind faith fixed long names for almost all CPUs (nw)
mb86235.cpp: renamed pcs_ptr into pcp, and added a file for future interpreter core (nw)
Diffstat (limited to 'src/devices/cpu/upd7725/upd7725.cpp')
-rw-r--r-- | src/devices/cpu/upd7725/upd7725.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/upd7725/upd7725.cpp b/src/devices/cpu/upd7725/upd7725.cpp index c805c5bbc14..8d6c37cdb61 100644 --- a/src/devices/cpu/upd7725/upd7725.cpp +++ b/src/devices/cpu/upd7725/upd7725.cpp @@ -22,8 +22,8 @@ //************************************************************************** // device type definition -DEFINE_DEVICE_TYPE(UPD7725, upd7725_device, "upd7725", "uPD7725") -DEFINE_DEVICE_TYPE(UPD96050, upd96050_device, "upd96050", "uPD96050") +DEFINE_DEVICE_TYPE(UPD7725, upd7725_device, "upd7725", "NEC uPD7725") +DEFINE_DEVICE_TYPE(UPD96050, upd96050_device, "upd96050", "NEC uPD96050") necdsp_device::necdsp_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, uint32_t abits, uint32_t dbits) : cpu_device(mconfig, type, tag, owner, clock), |