From c2653ab569c2a0139089db6586f1213884b03b2c Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 31 Jan 2018 22:05:10 -0800 Subject: Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart --- rom.db | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'rom.db') diff --git a/rom.db b/rom.db index e74cbc9..cf704fb 100644 --- a/rom.db +++ b/rom.db @@ -1301,9 +1301,18 @@ e1c041ba69da087c428dcda16850159f3caebd4b { } cda73e4caf53cbc8f0750b69e5e7f394ad3735d1 { name MegaWiFi Bootloader + NOR { + size 4194304 + page_size 128 + product_id DA45 + bus both + init ROM + cmd_address1 AAB + cmd_address2 555 + } map { 0 { - device ROM + device NOR last 3FFFFF } A130C0 { -- cgit v1.2.3