diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-07 23:06:14 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-07 23:06:14 -0700 |
commit | fe57a3c58febaad9c9469fcf7e63073c43a35d29 (patch) | |
tree | 5b292cb38c57f49bbb68dc4bb2101782326b9f97 /rom.db | |
parent | a051322e49249d9a2a276346d4b3bd76968c5117 (diff) |
Initial work to support parallel NOR flash and the Magistr 16
Diffstat (limited to 'rom.db')
-rw-r--r-- | rom.db | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -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 + } + } +} |