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

Comparing BasiliskII/src/dummy/xpram_dummy.cpp (file contents):
Revision 1.2 by cebix, 2000-04-10T18:53:25Z vs.
Revision 1.8 by asvitkine, 2009-09-21T03:33:21Z

# Line 1 | Line 1
1   /*
2   *  xpram_dummy.cpp - XPRAM handling, dummy implementation
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 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 34 | Line 34 | const char XPRAM_FILE_NAME[] = "Basilisk
34   *  Load XPRAM from settings file
35   */
36  
37 < void LoadXPRAM(void)
37 > void LoadXPRAM(const char *vmdir)
38   {
39          FILE *f = fopen(XPRAM_FILE_NAME, "rb");
40          if (f != NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines