diff --git a/src/machine/machine.h b/src/machine/machine.h
index aa8921b1c..94e92a924 100644
--- a/src/machine/machine.h
+++ b/src/machine/machine.h
@@ -8,7 +8,7 @@
*
* Handling of the emulated machines.
*
- * Version: @(#)machine.h 1.0.25 2018/08/16
+ * Version: @(#)machine.h 1.0.26 2018/08/16
*
* Authors: Sarah Walker,
* Miran Grca,
@@ -212,7 +212,8 @@ extern const device_t *t1200_get_device(void);
extern const device_t *at_endeavor_get_device(void);
-extern const device_t *at_headland_get_device(void);
+extern const device_t *at_tg286_get_device(void);
+extern const device_t *at_ama932j_get_device(void);
#endif