summaryrefslogtreecommitdiff
path: root/rom.db
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-06-07 23:06:14 -0700
committerMichael Pavone <pavone@retrodev.com>2017-06-07 23:06:14 -0700
commitfe57a3c58febaad9c9469fcf7e63073c43a35d29 (patch)
tree5b292cb38c57f49bbb68dc4bb2101782326b9f97 /rom.db
parenta051322e49249d9a2a276346d4b3bd76968c5117 (diff)
Initial work to support parallel NOR flash and the Magistr 16
Diffstat (limited to 'rom.db')
-rw-r--r--rom.db26
1 files changed, 26 insertions, 0 deletions
diff --git a/rom.db b/rom.db
index 5895937..94b27c7 100644
--- a/rom.db
+++ b/rom.db
@@ -891,3 +891,29 @@ BlstMenu {
}
mouse_mode absolute
}
+
+6568b3a4e096159776ef8687a80d43589741fd60 {
+ name Magistr 16 BIOS
+ NOR {
+ size 262144
+ page_size 128
+ product_id DA45
+ bus even
+ }
+ map {
+ 0 {
+ device ROM
+ last 3FFFFF
+ }
+ 400000 {
+ device NOR
+ last 7FFFFF
+ }
+ E00000 {
+ device RAM
+ size 40000
+ last FFFFFF
+ bus both
+ }
+ }
+}