mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
Merge pull request #4444 from MathisRosenhauer/bugfix/via6522
Bugfix/via6522
This commit is contained in:
commit
abe832d129
@ -463,7 +463,7 @@ void via6522_device::device_timer(emu_timer &timer, device_timer_id id, int para
|
|||||||
{
|
{
|
||||||
if (SI_O2_CONTROL(m_acr) || SO_O2_CONTROL(m_acr))
|
if (SI_O2_CONTROL(m_acr) || SO_O2_CONTROL(m_acr))
|
||||||
{
|
{
|
||||||
m_shift_timer->adjust(clocks_to_attotime(1) / 2);
|
m_shift_timer->adjust(clocks_to_attotime(1));
|
||||||
}
|
}
|
||||||
else if (SO_T2_RATE(m_acr) || SO_T2_CONTROL(m_acr) || SI_T2_CONTROL(m_acr))
|
else if (SO_T2_RATE(m_acr) || SO_T2_CONTROL(m_acr) || SI_T2_CONTROL(m_acr))
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include "cpu/m6809/m6809.h"
|
#include "cpu/m6809/m6809.h"
|
||||||
|
|
||||||
|
|
||||||
#define ANALOG_DELAY 7800
|
#define ANALOG_DELAY 8500
|
||||||
|
|
||||||
#define INT_PER_CLOCK 550
|
#define INT_PER_CLOCK 550
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user