From 6bab708c22e3c310d10a8f110161bf1691d01240 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 19 Dec 2012 00:28:32 -0500 Subject: Delete offsets.cpp, which is for a standalone tool that is unrelated to the emulator. --- source/memmap.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/memmap.cpp') diff --git a/source/memmap.cpp b/source/memmap.cpp index e378601..04bc621 100644 --- a/source/memmap.cpp +++ b/source/memmap.cpp @@ -399,7 +399,6 @@ char *CMemory::Safe (const char *s) /**********************************************************************************************/ bool8 CMemory::Init () { - // memset? Really? We could just memcpy after the first allocation... [Neb] RAM = (uint8 *) malloc (0x20000); SRAM = (uint8 *) malloc (0x20000); VRAM = (uint8 *) malloc (0x10000); -- cgit v1.2.3