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

@@ -254,6 +254,8 @@ machine_xt_open_xt_init(const machine_t *model)
return ret;
}
#if defined(DEV_BRANCH) && defined(USE_HEDAKA)
int
machine_xt_hed919_init(const machine_t *model)
{
@@ -272,6 +274,8 @@ machine_xt_hed919_init(const machine_t *model)
return ret;
}
#endif
int
machine_xt_pxxt_init(const machine_t *model)