aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.h
diff options
context:
space:
mode:
authortwinaphex2017-08-14 08:06:11 +0200
committertwinaphex2017-08-14 08:06:11 +0200
commit78b32e05a8e3c221279ba40c8f19d762420be8a6 (patch)
tree522343d835ca7eec5ebae18c20ec35ac768250be /source/memmap.h
parent75dbfcb2348fb8f41feb5b9b1536d8525a47f9e3 (diff)
downloadsnes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.gz
snes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.tar.bz2
snes9x2005-78b32e05a8e3c221279ba40c8f19d762420be8a6.zip
C++ comments need to become C
Diffstat (limited to 'source/memmap.h')
-rw-r--r--source/memmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/memmap.h b/source/memmap.h
index 157f4f3..a17a207 100644
--- a/source/memmap.h
+++ b/source/memmap.h
@@ -27,7 +27,7 @@
#define MEMMAP_SHIFT 12
#define MEMMAP_MASK (MEMMAP_BLOCK_SIZE - 1)
-//Extended ROM Formats
+/* Extended ROM Formats */
#define NOPE 0
#define YEAH 1
#define BIGFIRST 2
@@ -150,4 +150,4 @@ uint8_t* S9xGetMemPointer(uint32_t Address);
uint8_t* GetBasePointer(uint32_t Address);
extern uint8_t OpenBus;
-#endif // _memmap_h_
+#endif /* _memmap_h_ */