From 028ef3a5f4ff2c4218b6023f43b50d53e19e8aef Mon Sep 17 00:00:00 2001 From: d0k3 Date: Sat, 20 May 2017 13:46:04 +0200 Subject: [PATCH] Removed the obsolete bootrom.mem / bootrom_unp.mem access --- source/virtual/vmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/virtual/vmem.c b/source/virtual/vmem.c index 1c4d41f..ff8477f 100644 --- a/source/virtual/vmem.c +++ b/source/virtual/vmem.c @@ -44,8 +44,8 @@ static const VirtualFile vMemFileTemplates[] = { { "dtcm.mem" , 0x30008000, 0x00004000, 0xFF, 0 }, { "otp.mem" , 0x10012000, 0x00000100, 0xFF, VFLAG_OTP }, // { "otp_dec.mem" , 0x10012000, 0x00000100, 0x11, VFLAG_OTP | VFLAG_BOOT9 }, - { "bootrom.mem" , 0xFFFF0000, 0x00010000, 0xFF, 0 }, - { "bootrom_unp.mem" , 0xFFFF0000, 0x00008000, 0xFF, 0 }, + // { "bootrom.mem" , 0xFFFF0000, 0x00010000, 0xFF, 0 }, + // { "bootrom_unp.mem" , 0xFFFF0000, 0x00008000, 0xFF, 0 }, { "godmode9.bin" , 0x23F00000, SELF_MAX_SIZE, 0xFF, VFLAG_PAYLOAD } };