.list push off ; Base address of the RTC ; Adapted from NetBSD's sys/arch/dreamcast/dev/g2/g2rtc.c G2RTC_BASE = 0xa0710000 ; There seems to be some kind of "wait until operations have drained" ; bit here; sys/arch/dreamcast/dev/g2/g2bus_bus_mem.c in the NetBSD ; code has these values wired in as magic cojnstants. G2DRAIN_ADDR = 0xa05f688c G2DRAIN_BIT = 0x20 .list pop