From f994c863324c68e44ebe123abe93ef548bf5c7bd Mon Sep 17 00:00:00 2001 From: telanus Date: Mon, 21 Feb 2022 00:00:46 +0200 Subject: [PATCH] Update machine.h --- src/include/86box/machine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/86box/machine.h b/src/include/86box/machine.h index cefa0f4d2..7764f1347 100644 --- a/src/include/86box/machine.h +++ b/src/include/86box/machine.h @@ -703,6 +703,7 @@ extern int machine_xt_mpc1600_init(const machine_t *); extern int machine_xt_pcspirit_init(const machine_t *); extern int machine_xt_pc700_init(const machine_t *); extern int machine_xt_pc500_init(const machine_t *); +extern int machine_xt_znic_init(const machine_t *); extern int machine_xt_iskra3104_init(const machine_t *);