The standard addresses for DS1302 RTC are 0xC0 for Z80 and 0x0C for Z180. Because VGARC takes up 16 I/O addresses from 0x0 to 0xF, it interferes with RTC at 0x0C when operating in Z180 environment. On my Z180 hardware I've changed RTC address to 0x1C and modified RomWBW configuration file changing RTCIO to 0x1C. The modified RTC is operating well with VGARC in RomWBW environment, but I've noticed the CP/M program
RTC.COM is not working. It is easy enough to update
RTC.COM with new address, but I'm wondering whether I'm also causing other problems somewhere else?
Bill