]> git.gag.com Git - fw/sdcc/blobdiff - sim/ucsim/s51.src/glob.cc
add start of flat24 support
[fw/sdcc] / sim / ucsim / s51.src / glob.cc
index 85291926a2e17557744196babbbf0584ac7a4f8a..5baf152a3fdee77f7446010486e68d2ce869c417 100644 (file)
@@ -329,9 +329,9 @@ struct name_entry sfr_tab51[]=
   {CPU_ALL_52|CPU_251, 0xcb, "RCAP2H"},
   {CPU_ALL_52|CPU_251, 0xca, "RCAP2L"},
   {CPU_251, 0x84, "DPXL"},
-  {CPU_DS390, 0x84, "DPL1"},
-  {CPU_DS390, 0x85, "DPH1"},
-  {CPU_DS390, 0x86, "DPS"},
+  {CPU_DS390|CPU_DS390F, 0x84, "DPL1"},
+  {CPU_DS390|CPU_DS390F, 0x85, "DPH1"},
+  {CPU_DS390|CPU_DS390F, 0x86, "DPS"},
   {CPU_89C51R|CPU_51R, 0x8e, "AUXR"},
   {CPU_51R|CPU_89C51R|CPU_251, 0xa6, "WDTRST"},
   {CPU_51R|CPU_89C51R|CPU_251, 0xa9, "SADDR"},
@@ -498,6 +498,7 @@ struct cpu_entry cpus_51[]=
   {"251"   , CPU_251, CPU_CMOS},
   {"C251"  , CPU_251, CPU_CMOS},
   {"DS390" , CPU_DS390, CPU_CMOS},
+  {"DS390F" , CPU_DS390F, CPU_CMOS},
   {NULL, 0, 0}
 };