OSDN Git Service

[VM][6809]
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 5 Jan 2015 11:39:53 +0000 (20:39 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 5 Jan 2015 11:39:53 +0000 (20:39 +0900)
source/src/vm/mc6809.cpp

index 3fc81db..2940bc7 100644 (file)
@@ -262,6 +262,7 @@ static const uint8 cycles1[] =
 void MC6809::reset()\r
 {\r
        icount = 0;\r
+        extra_icount = 0;\r
        int_state = 0;\r
        \r
        DPD = 0;        /* Reset direct page register */\r