--- Frodo4/Src/CIA_SC.cpp 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/CIA_SC.cpp 2005/06/27 19:55:48 1.5 @@ -1,7 +1,7 @@ /* * CIA_SC.cpp - Single-cycle 6526 emulation * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ enum { T_LOAD_THEN_COUNT, T_LOAD_THEN_WAIT_THEN_COUNT, T_COUNT, - T_COUNT_THEN_STOP, + T_COUNT_THEN_STOP };