summaryrefslogtreecommitdiff
path: root/rom.db
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2018-01-31 22:05:10 -0800
committerMichael Pavone <pavone@retrodev.com>2018-01-31 22:05:10 -0800
commitc2653ab569c2a0139089db6586f1213884b03b2c (patch)
tree256e5c28b18ebc394c19cff6bc2768259b8f7379 /rom.db
parentaeb32eebf529a82a624f2c88f51a7706aad0bcc5 (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.db11
1 files changed, 10 insertions, 1 deletions
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 {