diff options
Diffstat (limited to 'source/sdd1.c')
-rw-r--r-- | source/sdd1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/sdd1.c b/source/sdd1.c index 58b934e..3a46ec9 100644 --- a/source/sdd1.c +++ b/source/sdd1.c @@ -9,9 +9,7 @@ void S9xSetSDD1MemoryMap(uint32_t bank, uint32_t value) { bank = 0xc00 + bank * 0x100; value = value * 1024 * 1024; - int32_t c; - for (c = 0; c < 0x100; c += 16) { uint8_t* block = &Memory.ROM [value + (c << 12)]; |