From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/obc1.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/obc1.c') diff --git a/source/obc1.c b/source/obc1.c index 0013e33..f0afdd4 100644 --- a/source/obc1.c +++ b/source/obc1.c @@ -95,11 +95,6 @@ void SetOBC1(uint8_t Byte, uint16_t Address) } } -uint8_t* GetBasePointerOBC1(uint32_t Address) -{ - return Memory.FillRAM; -} - uint8_t* GetMemPointerOBC1(uint32_t Address) { return (Memory.FillRAM + (Address & 0xffff)); -- cgit v1.2.3