From 55558bb1d3378be89c523fc493d3c69496096a3c Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 14 Apr 2019 20:15:30 -0400 Subject: Revert "tms9980a: Added missing clock divider." This reverts commit a9bdb70902f02ccb358e85ed1dca66215359bdce. --- src/devices/cpu/tms9900/tms9980a.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/devices/cpu/tms9900/tms9980a.cpp b/src/devices/cpu/tms9900/tms9980a.cpp index af4db7998e9..949ad8df9a0 100644 --- a/src/devices/cpu/tms9900/tms9980a.cpp +++ b/src/devices/cpu/tms9900/tms9980a.cpp @@ -79,11 +79,10 @@ /**************************************************************************** Constructor - The external clock is divided by 4 internally ****************************************************************************/ tms9980a_device::tms9980a_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock) - : tms99xx_device(mconfig, type, tag, 8, 14, 11, owner, clock / 4 ) + : tms99xx_device(mconfig, type, tag, 8, 14, 11, owner, clock) { } -- cgit v1.2.3