mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Add the MSI MS-6147 Machine (#6270)
* machine.h: MSI MS-6147 added. * m_at_slot1.c: MSI MS-6147 added. * machine_table.c: MSI MS-6147 added.
This commit is contained in:
@@ -1167,6 +1167,10 @@ extern int machine_at_ga686_init(const machine_t *);
|
||||
extern const device_t ms6119_device;
|
||||
#endif
|
||||
extern int machine_at_ms6119_init(const machine_t *);
|
||||
#ifdef EMU_DEVICE_H
|
||||
extern const device_t ms6147_device;
|
||||
#endif
|
||||
extern int machine_at_ms6147_init(const machine_t *);
|
||||
extern int machine_at_p6sba_init(const machine_t *);
|
||||
extern int machine_at_s1846_init(const machine_t *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user