Another big change, this time to the NVR. It has been re-done, integrated with the RTC code, and is now ready to be used by other, non-AT-compatible systems, including an ISA card for PC/XT.

This commit is contained in:
waltje
2017-10-03 16:26:55 -04:00
parent a1b3c33054
commit 633adc6b02
31 changed files with 1027 additions and 911 deletions

View File

@@ -813,7 +813,7 @@ static void machine_ps2_common_init(void)
keyboard_at_init();
keyboard_at_init_ps2();
mouse_ps2_init();
nvr_init();
nvr_at_init(8);
pic2_init();
pit_ps2_init();