# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * xpram_dummy.cpp - XPRAM handling, dummy implementation | |
3 | * | |
4 | < | * Basilisk II (C) 1997-2001 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) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |