From 0c28605a9d37f815d31ce55634994f34806858f6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 29 Jan 2017 06:03:03 +0100 Subject: Silence warning --- src/sa1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/sa1.c b/src/sa1.c index 80553fe..9cf2b5b 100644 --- a/src/sa1.c +++ b/src/sa1.c @@ -436,6 +436,8 @@ uint8 S9xGetSA1(uint32 address) return (byte); } } + + return (Memory.FillRAM [address]); } void S9xSetSA1(uint8 byte, uint32 address) -- cgit v1.2.3