Merge pull request #4040 from Cacodemon345/patch-156
Use Toshiba T1200's HDC in Epson Equity LT
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user