From 50334732925a8e08aff0af2d800b93f87d0dd969 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 26 Jan 2022 13:25:28 +0100 Subject: [PATCH] Formatting --- source/memory_mapping.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/memory_mapping.h b/source/memory_mapping.h index 784e690..c42bdd9 100644 --- a/source/memory_mapping.h +++ b/source/memory_mapping.h @@ -110,10 +110,10 @@ const memory_values_t mem_vals_video[] = { #define MEMORY_END_VIDEO (MEMORY_START_VIDEO + 0xE60000) const memory_mapping_t mem_mapping[] = { - {MEMORY_HEAP0, MEMORY_HEAP1, mem_vals_heap_1}, - {MEMORY_HEAP1, MEMORY_HEAP2, mem_vals_heap_2}, - {MEMORY_HEAP2, MEMORY_HEAP3, mem_vals_heap_3}, - {MEMORY_HEAP3, MEMORY_HEAP4, mem_vals_heap_4}, + {MEMORY_HEAP0, MEMORY_HEAP1, mem_vals_heap_1}, + {MEMORY_HEAP1, MEMORY_HEAP2, mem_vals_heap_2}, + {MEMORY_HEAP2, MEMORY_HEAP3, mem_vals_heap_3}, + {MEMORY_HEAP3, MEMORY_HEAP4, mem_vals_heap_4}, {MEMORY_START_VIDEO, MEMORY_END_VIDEO, mem_vals_video}, {0, 0, nullptr} };