bug fixes
[fw/sdcc] / sim / ucsim / s51.src / uc51.cc
index a5f8dc999374edac5c7f967c281963369f155fda..815b34c8f1c472f3cf661404337b109ce2c24a29 100644 (file)
@@ -227,7 +227,7 @@ cl_51core::make_memories(void)
   class cl_address_decoder *ad;
   class cl_memory_chip *chip;
 
-  chip= new cl_memory_chip("rom_chip", 0x10000, 8, 0xff);
+  chip= new cl_memory_chip("rom_chip", 0x10000, 8/*, 0xff*/);
   chip->init();
   memchips->add(chip);
   ad= new cl_address_decoder(as= rom/*address_space(MEM_ROM_ID)*/,