comparison rom.db @ 1395:efa7225e0f07

Initial work to support parallel NOR flash and the Magistr 16
author Michael Pavone <pavone@retrodev.com>
date Wed, 07 Jun 2017 23:06:14 -0700
parents 92fdc2566b5e
children 4c58695c1e1f
comparison
equal deleted inserted replaced
1394:ae3b1721b226 1395:efa7225e0f07
889 2 mouse.1 889 2 mouse.1
890 ext none 890 ext none
891 } 891 }
892 mouse_mode absolute 892 mouse_mode absolute
893 } 893 }
894
895 6568b3a4e096159776ef8687a80d43589741fd60 {
896 name Magistr 16 BIOS
897 NOR {
898 size 262144
899 page_size 128
900 product_id DA45
901 bus even
902 }
903 map {
904 0 {
905 device ROM
906 last 3FFFFF
907 }
908 400000 {
909 device NOR
910 last 7FFFFF
911 }
912 E00000 {
913 device RAM
914 size 40000
915 last FFFFFF
916 bus both
917 }
918 }
919 }