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.6 by cebix, 2009-01-11T11:32:20Z vs.
Revision 1.7 by cebix, 2010-04-21T19:54:13Z

# Line 1 | Line 1
1   /*
2   *  CIA_SC.cpp - Single-cycle 6526 emulation
3   *
4 < *  Frodo (C) 1994-1997,2002-2009 Christian Bauer
4 > *  Frodo Copyright (C) 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 93 | Line 93 | void MOS6526::Reset(void)
93          ta_cnt_phi2 = tb_cnt_phi2 = tb_cnt_ta = false;
94  
95          ta_irq_next_cycle = tb_irq_next_cycle = false;
96 +        has_new_cra = has_new_crb = false;
97          ta_state = tb_state = T_STOP;
98   }
99  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines