| 1 |
/* |
/* |
| 2 |
* CIA_SC.cpp - Single-cycle 6526 emulation |
* CIA_SC.cpp - Single-cycle 6526 emulation |
| 3 |
* |
* |
| 4 |
* Frodo (C) 1994-1997,2002-2009 Christian Bauer |
* Frodo Copyright (C) Christian Bauer |
| 5 |
* |
* |
| 6 |
* This program is free software; you can redistribute it and/or modify |
* 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 |
* it under the terms of the GNU General Public License as published by |
| 93 |
ta_cnt_phi2 = tb_cnt_phi2 = tb_cnt_ta = false; |
ta_cnt_phi2 = tb_cnt_phi2 = tb_cnt_ta = false; |
| 94 |
|
|
| 95 |
ta_irq_next_cycle = tb_irq_next_cycle = false; |
ta_irq_next_cycle = tb_irq_next_cycle = false; |
| 96 |
|
has_new_cra = has_new_crb = false; |
| 97 |
ta_state = tb_state = T_STOP; |
ta_state = tb_state = T_STOP; |
| 98 |
} |
} |
| 99 |
|
|