ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/CIA_SC.cpp
(Generate patch)

Comparing Frodo4/Src/CIA_SC.cpp (file contents):
Revision 1.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.6 by cebix, 2009-01-11T11:32:20Z

# Line 1 | Line 1
1   /*
2   *  CIA_SC.cpp - Single-cycle 6526 emulation
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2009 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 58 | Line 58 | enum {
58          T_LOAD_THEN_COUNT,
59          T_LOAD_THEN_WAIT_THEN_COUNT,
60          T_COUNT,
61 <        T_COUNT_THEN_STOP,
61 >        T_COUNT_THEN_STOP
62   };
63  
64  
# Line 599 | Line 599 | ta_idle:
599                  case T_LOAD_THEN_COUNT:
600                          tb_state = T_COUNT;
601                          tb = latchb;                    // Reload timer
602 <                        goto ta_idle;
602 >                        goto tb_idle;
603                  case T_LOAD_THEN_WAIT_THEN_COUNT:
604                          tb_state = T_WAIT_THEN_COUNT;
605                          if (tb == 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines