mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
tms9980a: Added missing clock divider.
This commit is contained in:
parent
e14634f50e
commit
a9bdb70902
@ -79,10 +79,11 @@
|
|||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
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)
|
: tms99xx_device(mconfig, type, tag, 8, 14, 11, owner, clock / 4 )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user