Skip to content

Commit

Permalink
Use Toshiba T1200's HDC in Epson Equity LT
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Jan 14, 2024
1 parent 540273b commit a9082f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/machine/m_elt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit a9082f4

Please sign in to comment.