diff options
author | twinaphex | 2017-01-29 06:03:03 +0100 |
---|---|---|
committer | twinaphex | 2017-01-29 06:03:03 +0100 |
commit | 0c28605a9d37f815d31ce55634994f34806858f6 (patch) | |
tree | 21cbc7e4df0c1aed289678d6a1560bdfff2aa87c | |
parent | 50b47e47ab2613e63cdb4a0cfda586391493f293 (diff) | |
download | snes9x2002-0c28605a9d37f815d31ce55634994f34806858f6.tar.gz snes9x2002-0c28605a9d37f815d31ce55634994f34806858f6.tar.bz2 snes9x2002-0c28605a9d37f815d31ce55634994f34806858f6.zip |
Silence warning
-rw-r--r-- | src/sa1.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -436,6 +436,8 @@ uint8 S9xGetSA1(uint32 address) return (byte);
}
}
+
+ return (Memory.FillRAM [address]);
}
void S9xSetSA1(uint8 byte, uint32 address)
|