diff options
Diffstat (limited to 'source/memmap.cpp')
-rw-r--r-- | source/memmap.cpp | 1 |
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); |