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

Comparing SIDPlayer/src/mem.h (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   *  mem.h - Emulator memory management
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 40 | Line 40 | extern uint8 ram[RAM_SIZE];
40   */
41  
42   // Init memory management
43 < extern void MemoryInit(void);
43 > extern void MemoryInit();
44  
45   // Exit memory management
46 < extern void MemoryExit(void);
46 > extern void MemoryExit();
47  
48   // Clear memory contents
49 < extern void MemoryClear(void);
49 > extern void MemoryClear();
50  
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines