Added the Hedaka HED-919, a 286-based XT clone.

This commit is contained in:
nerd73
2020-04-01 01:41:39 -06:00
parent eccaafdbe8
commit a85784df02
3 changed files with 19 additions and 0 deletions

View File

@@ -390,6 +390,8 @@ extern int machine_xt_jukopc_init(const machine_t *);
extern int machine_xt_open_xt_init(const machine_t *);
extern int machine_xt_pxxt_init(const machine_t *);
extern int machine_xt_hed919_init(const machine_t *);
/* m_xt_compaq.c */
extern int machine_xt_compaq_init(const machine_t *);