Add NVR on Epson Equity LT

It's a HD146818 chip mapped at 11B4h-11B5h. The century byte is at 1Ah.
The IRQ line doesn't seem to be hooked on.
This commit is contained in:
Lubomir Rintel
2022-09-15 16:10:30 +02:00
parent 1eb7478ab9
commit b9241aff7a
2 changed files with 27 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ extern const device_t ami_1994_nvr_device;
extern const device_t ami_1995_nvr_device;
extern const device_t via_nvr_device;
extern const device_t p6rp4_nvr_device;
extern const device_t elt_nvr_device;
#endif
extern void rtc_tick(void);