Fixed machine.h.

This commit is contained in:
OBattler
2018-08-16 02:25:56 +02:00
parent 96e48afc9a
commit 3fc4bebdb2

View File

@@ -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, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -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