--- BasiliskII/src/dummy/xpram_dummy.cpp 2002/01/15 14:58:41 1.4 +++ BasiliskII/src/dummy/xpram_dummy.cpp 2009/09/21 03:33:21 1.8 @@ -1,7 +1,7 @@ /* * xpram_dummy.cpp - XPRAM handling, dummy implementation * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2008 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ const char XPRAM_FILE_NAME[] = "Basilisk * Load XPRAM from settings file */ -void LoadXPRAM(void) +void LoadXPRAM(const char *vmdir) { FILE *f = fopen(XPRAM_FILE_NAME, "rb"); if (f != NULL) {