Added the C&T 82C100 chipset needed by the Victor V86P.

This commit is contained in:
OBattler
2021-09-07 23:41:17 +02:00
parent c107fde4e5
commit 0c4003caa3
8 changed files with 409 additions and 4 deletions

View File

@@ -715,6 +715,9 @@ extern int reset_on_hlt, hlt_reset_pending;
extern cyrix_t cyrix;
extern uint8_t use_custom_nmi_vector;
extern uint32_t custom_nmi_vector;
extern void (*cpu_exec)(int cycs);
extern uint8_t do_translate, do_translate2;