aboutsummaryrefslogtreecommitdiff
path: root/source/obc1.h
diff options
context:
space:
mode:
authoraliaspider2014-10-29 06:47:46 +0100
committeraliaspider2014-10-29 06:47:46 +0100
commit761d752569b9bad6bdb755e91ca9e345cfb2788d (patch)
tree5eaa11c172c08039757d6bee1a3641e051462d3a /source/obc1.h
parenta6dc7abc9b8cc3986eda5a84141da7dc9e4e8f1a (diff)
downloadsnes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.gz
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.tar.bz2
snes9x2005-761d752569b9bad6bdb755e91ca9e345cfb2788d.zip
C++ cleanups. (in progress)
Diffstat (limited to 'source/obc1.h')
-rw-r--r--source/obc1.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/obc1.h b/source/obc1.h
index 82ce89f..706fa9e 100644
--- a/source/obc1.h
+++ b/source/obc1.h
@@ -90,13 +90,11 @@
#ifndef _OBC1_H_
#define _OBC1_H_
-START_EXTERN_C
uint8 GetOBC1 (uint16 Address);
void SetOBC1 (uint8 Byte, uint16 Address);
uint8 *GetBasePointerOBC1(uint32 Address);
uint8 *GetMemPointerOBC1(uint32 Address);
void ResetOBC1();//bool8 full);
-END_EXTERN_C
#endif