aboutsummaryrefslogtreecommitdiff
path: root/source/memmap.cpp
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-19 00:28:32 -0500
committerNebuleon Fumika2012-12-19 00:28:32 -0500
commit6bab708c22e3c310d10a8f110161bf1691d01240 (patch)
treeb22032542d273413a29e2b028af9776739751245 /source/memmap.cpp
parente708c127fa51beab567a9ce0e3ab53b58c997773 (diff)
downloadsnes9x2005-6bab708c22e3c310d10a8f110161bf1691d01240.tar.gz
snes9x2005-6bab708c22e3c310d10a8f110161bf1691d01240.tar.bz2
snes9x2005-6bab708c22e3c310d10a8f110161bf1691d01240.zip
Delete offsets.cpp, which is for a standalone tool that is unrelated to the emulator.
Diffstat (limited to 'source/memmap.cpp')
-rw-r--r--source/memmap.cpp1
1 files changed, 0 insertions, 1 deletions
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);