Add the MSI MS-6117 and its OEM/foreign language BIOS variants

This commit is contained in:
kotochi98
2026-01-13 13:21:57 +03:00
parent bbc9659c4a
commit c4ba299d7f
3 changed files with 210 additions and 0 deletions

View File

@@ -1224,6 +1224,10 @@ extern const device_t ga686_device;
#endif
extern int machine_at_ga686_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t ms6117_device;
#endif
extern int machine_at_ms6117_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t ms6119_device;
#endif
extern int machine_at_ms6119_init(const machine_t *);