Merge pull request #977 from tiseno100/master
Added the US Technologies 386 motherboard.
This commit is contained in:
@@ -104,6 +104,9 @@ extern const device_t stpc_serial_device;
|
||||
extern const device_t stpc_lpt_device;
|
||||
#endif
|
||||
|
||||
/* UMC */
|
||||
extern const device_t umc491_device;
|
||||
|
||||
/* VIA */
|
||||
|
||||
extern const device_t via_vt82c49x_device;
|
||||
|
||||
@@ -252,6 +252,7 @@ extern const device_t *at_commodore_sl386sx_get_device(void);
|
||||
extern int machine_at_acc386_init(const machine_t *);
|
||||
extern int machine_at_asus386_init(const machine_t *);
|
||||
extern int machine_at_ecs386_init(const machine_t *);
|
||||
extern int machine_at_ustechnologies386_init(const machine_t *);
|
||||
extern int machine_at_micronics386_init(const machine_t *);
|
||||
|
||||
extern int machine_at_rycleopardlx_init(const machine_t *);
|
||||
|
||||
Reference in New Issue
Block a user