summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kaypro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kaypro.cpp')
-rw-r--r--src/mame/machine/kaypro.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/kaypro.cpp b/src/mame/machine/kaypro.cpp
index 70239ecbbc1..67ae03a66a2 100644
--- a/src/mame/machine/kaypro.cpp
+++ b/src/mame/machine/kaypro.cpp
@@ -236,6 +236,8 @@ void kaypro_state::machine_start()
save_item(NAME(m_fdc_rq));
save_item(NAME(m_system_port));
save_item(NAME(m_mc6845_video_address));
+
+ m_framecnt = 0;
}
void kaypro_state::machine_reset()