summaryrefslogtreecommitdiff
path: root/src/sdd1.c
diff options
context:
space:
mode:
authortwinaphex2020-10-06 00:41:58 +0200
committertwinaphex2020-10-06 00:41:58 +0200
commit860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2 (patch)
tree4d6b29549d06f5cac6c05895f3ca2df0e2fe3edc /src/sdd1.c
parent21647005d1b2729a70fb41c36c1a7d2d19f0a24e (diff)
downloadsnes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.tar.gz
snes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.tar.bz2
snes9x2002-860c2fb9e7ac2e43a434d11b7808de61d6f2a9a2.zip
Cleanups
Diffstat (limited to 'src/sdd1.c')
-rw-r--r--src/sdd1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sdd1.c b/src/sdd1.c
index c6e7f57..8a1f4ff 100644
--- a/src/sdd1.c
+++ b/src/sdd1.c
@@ -41,16 +41,13 @@
* Super NES and Super Nintendo Entertainment System are trademarks of
* Nintendo Co., Limited and its subsidiary companies.
*/
+#include <stdio.h>
#include "snes9x.h"
#include "memmap.h"
#include "ppu.h"
#include "sdd1.h"
#include "display.h"
-#ifdef __linux
-//#include <unistd.h>
-#endif
-
void S9xSetSDD1MemoryMap(uint32 bank, uint32 value)
{
int c;