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

@@ -43,6 +43,7 @@
#include <86box/fdc.h>
#include <86box/fdc_ext.h>
#include <86box/keyboard.h>
#include <86box/chipset.h>
#include <86box/sio.h>
#include <86box/video.h>
@@ -69,6 +70,7 @@ machine_v86p_init(const machine_t *model)
machine_common_init(model);
device_add(&ct_82c100_device);
device_add(&f82c606_device);
device_add(&keyboard_xt_device);