Add the MSI MS-6199VA and fix a mistake with the MS-6318

This commit is contained in:
Kotochi
2025-11-08 21:27:59 +03:00
parent 576e6cd177
commit bf1fbd5703
4 changed files with 169 additions and 3 deletions

View File

@@ -1251,6 +1251,10 @@ extern int machine_at_ficka6130_init(const machine_t *);
/* VIA Apollo Pro 133 */
extern int machine_at_p3v133_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t ms6199va_device;
#endif
extern int machine_at_ms6199va_init(const machine_t *);
/* VIA Apollo Pro 133A */
extern int machine_at_p3v4x_init(const machine_t *);