mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
(MESS) mos6530n: Fixed timer. (nw)
This commit is contained in:
parent
81e7d405b8
commit
8d9808658e
@ -716,7 +716,7 @@ WRITE8_MEMBER( mos6530_base_t::edge_w )
|
||||
void mos6530_base_t::live_start()
|
||||
{
|
||||
cur_live.period = attotime::from_hz(clock() / m_shift);
|
||||
cur_live.tm = machine().time() + cur_live.period;
|
||||
cur_live.tm = machine().time() + attotime::from_hz(clock());
|
||||
cur_live.state = RUNNING;
|
||||
cur_live.next_state = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user