mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
Revert "tms9980a: Added missing clock divider."
This reverts commit a9bdb70902
.
This commit is contained in:
parent
a9bdb70902
commit
55558bb1d3
@ -79,11 +79,10 @@
|
|||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
Constructor
|
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)
|
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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user