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

Comparing Frodo4/Src/CPUC64_SC.cpp (file contents):
Revision 1.3 by cebix, 2003-07-09T13:54:22Z vs.
Revision 1.4 by cebix, 2004-01-11T14:03:29Z

# Line 630 | Line 630 | void MOS6510::EmulateCycle(void)
630                                          pc = 0xedac;
631                                          Last;
632                                  case 0x03:
633 <                                        ram[0x90] |= TheIEC->In(&a);
633 >                                        ram[0x90] |= TheIEC->In(a);
634                                          set_nz(a);
635                                          c_flag = false;
636                                          pc = 0xedac;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines