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:
Verloren50000
2025-10-06 09:26:58 +08:00
committed by GitHub
parent 0b09681c46
commit 774a1a7f08
3 changed files with 138 additions and 0 deletions

View File

@@ -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 *);