Added the Leadtek AwardBIOS variant of P6SBA

This commit is contained in:
MaxwellS04
2025-10-30 15:04:04 +07:00
parent 2400021352
commit d9718a9e5f
3 changed files with 64 additions and 6 deletions

View File

@@ -1223,6 +1223,9 @@ extern int machine_at_ms6119_init(const machine_t *);
extern const device_t ms6147_device;
#endif
extern int machine_at_ms6147_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t p6sba_device;
#endif
extern int machine_at_p6sba_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t s1846_device;