diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-01-31 22:05:10 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-01-31 22:05:10 -0800 |
commit | c2653ab569c2a0139089db6586f1213884b03b2c (patch) | |
tree | 256e5c28b18ebc394c19cff6bc2768259b8f7379 /rom.db | |
parent | aeb32eebf529a82a624f2c88f51a7706aad0bcc5 (diff) |
Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Diffstat (limited to 'rom.db')
-rw-r--r-- | rom.db | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 { |