From 4c3d6e1abf00230d613ed6945e73e8173e808051 Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Fri, 23 Dec 2011 21:03:24 +0000 Subject: [PATCH] Fixed a MAGIC_NUMBER comment typo. --- Src/Model3/Model3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index c926198..d9ad31c 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -2714,7 +2714,7 @@ static void Dump(const char *file, UINT8 *buf, unsigned size, bool reverse32, bo #define OFFSET_DRIVEROM 0xF0E0000 // 64 KB #define MEMORY_POOL_SIZE (0x800000 + 0x800000 + 0x8000000 + 0x4000000 + 0x20000 + 0x20000 + 0x80000 + 0x1000000 + 0x20000 + 0x1000000 + 0x10000) -// 64-bit magic number to use detect if ROM was loaded +// 64-bit magic number used to detect loading of optional ROMs #define MAGIC_NUMBER 0x4C444D5245505553ULL const struct GameInfo * CModel3::GetGameInfo(void)