Use Toshiba T1200's HDC in Epson Equity LT

This commit is contained in:
Cacodemon345
2024-01-15 03:14:43 +06:00
committed by GitHub
parent 540273b23a
commit a9082f418a

View File

@@ -50,6 +50,7 @@
#include <86box/rom.h>
#include <86box/video.h>
#include <86box/vid_cga.h>
#include <86box/hdc.h>
#include <86box/plat_fallthrough.h>
#include <86box/plat_unused.h>
@@ -193,6 +194,9 @@ machine_elt_init(const machine_t *model)
device_add(&elt_nvr_device);
if (hdc_current <= 1)
device_add(&st506_xt_toshiba_t1200_device);
io_sethandler(0x11b8, 1, sysstat_in, NULL, NULL, sysstat_out, NULL, NULL, cga);
return ret;