Moved the Hedaka HED-919 to the Dev branch.

This commit is contained in:
OBattler
2020-07-12 19:21:44 +02:00
parent 1bb105b175
commit 01a43792e9
3 changed files with 9 additions and 1 deletions

View File

@@ -503,7 +503,9 @@ 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 *);
#if defined(DEV_BRANCH) && defined(USE_HEDAKA)
extern int machine_xt_hed919_init(const machine_t *);
#endif
/* m_xt_compaq.c */
extern int machine_xt_compaq_init(const machine_t *);