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

@@ -20,6 +20,6 @@ void nmi_write(uint16_t port, uint8_t val, void *p)
void nmi_init(void)
{
io_sethandler(0x00a0, 0x0001, NULL, NULL, NULL, nmi_write, NULL, NULL, NULL);
io_sethandler(0x00a0, 0x000f, NULL, NULL, NULL, nmi_write, NULL, NULL, NULL);
nmi_mask = 0;
}