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.1 by cebix, 2003-07-01T17:09:43Z vs.
Revision 1.3 by cebix, 2003-07-09T13:54:22Z

# Line 1 | Line 1
1   /*
2   *  CPUC64_SC.cpp - Single-cycle 6510 (C64) emulation
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2003 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 276 | Line 276 | inline uint8 MOS6510::read_byte_io(uint1
276   *  Read a byte from the CPU's address space
277   */
278  
279 #ifdef __i386
280 inline
281 #endif
279   uint8 MOS6510::read_byte(uint16 adr)
280   {
281          if (adr < 0xa000) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines