David — Thanks for the tips. I will look at the ROM later today. That’s probably it since it works fine. On the RTC, that’s an interesting thread. I guess it makes sense to ship the chip essentially “off”. I’ll have to look at the time setting code in the 8086 monitor, though, to see if it actually enables the clock or not. Otherwise I’ll grab the z-rtc program and give that a try. Thanks! Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator From: David Fry <dgf...@googlemail.com> Reply-To: S100-Post <n8vem...@googlegroups.com> Date: Sunday, December 21, 2014 at 3:46 AM To: S100-Post <n8vem...@googlegroups.com> Subject: [N8VEM-S100:5874] Re: S100 Board anomalies Hi Rich, I can probably answer two of your problems, the memory map showing a '.' in the prom area is probably where the memory map routine samples a memory value and the value sampled turns out to be FFH, I've just completed my 80386 board and have been chasing my tail all last evening on the same issue where that also prints two '.'s in the prom area. Open your Z80 v4.8 monitor in your programmer software or hex editor and look at memory location 0F00H which would correspond to EF00H in your memory map, I guessing it will be an FFH. you can confirm this behaviour by examining the monitor code for memory map generation. I use Z80 monitor version 5.02 and that one displays the memory map fine as it doesnt contain FFH in the sampled locations. With regard to your Real Time clock not working, the RTC chips are shipped with the internal register set to stop clock, view the following thread, particularly Gary's last post to figure out how to start the clock hope this helps David Fry On Sunday, December 21, 2014 2:56:14 AM UTC, AltairManRich wrote:
You received this message because you are subscribed to the Google Groups "N8VEM-S100" group. To unsubscribe from this group and stop receiving emails from it, send an email to n8vem-s100+...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. |