Added the Toshiba T1000 and T1200.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Handling of the emulated machines.
|
||||
*
|
||||
* Version: @(#)machine.h 1.0.19 2018/02/09
|
||||
* Version: @(#)machine.h 1.0.20 2018/03/02
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -186,12 +186,18 @@ extern void machine_xt_compaq_init(machine_t *);
|
||||
extern void machine_xt_laserxt_init(machine_t *);
|
||||
#endif
|
||||
|
||||
extern void machine_xt_t1000_init(machine_t *);
|
||||
extern void machine_xt_t1200_init(machine_t *);
|
||||
|
||||
#ifdef EMU_DEVICE_H
|
||||
extern device_t *pcjr_get_device(void);
|
||||
|
||||
extern device_t *tandy1k_get_device(void);
|
||||
extern device_t *tandy1k_hx_get_device(void);
|
||||
|
||||
extern device_t *t1000_get_device(void);
|
||||
extern device_t *t1200_get_device(void);
|
||||
|
||||
extern device_t *at_endeavor_get_device(void);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user