ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/cpu.cpp
(Generate patch)

Comparing SIDPlayer/src/cpu.cpp (file contents):
Revision 1.1.1.1 by cebix, 2000-07-28T12:42:30Z vs.
Revision 1.5 by cebix, 2004-01-12T15:15:49Z

# Line 1 | Line 1
1   /*
2   *  cpu.cpp - 6510 CPU emulation
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2004 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 53 | Line 53 | static void set_memory_funcs(uint16 from
53          }
54   }
55  
56 < void CPUInit(void)
56 > void CPUInit()
57   {
58          // Set up memory access tables
59          set_memory_funcs(0x0000, 0xffff, ram_read, ram_write);
# Line 66 | Line 66 | void CPUInit(void)
66   *  Exit CPU emulation
67   */
68  
69 < void CPUExit(void)
69 > void CPUExit()
70   {
71   }
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines