From 78b32e05a8e3c221279ba40c8f19d762420be8a6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 08:06:11 +0200 Subject: C++ comments need to become C --- source/memmap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/memmap.h') 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_ */ -- cgit v1.2.3