Add BIOS selector and the mid-1999 BIOS to the ABit AB-LX6 (#6224)

* machine.h: Configuration added for ABit AB-LX6

* m_at_slot1.c: Configuration is almost there for ABit AB-LX6

* Congratulations! BIOS Selector for ABit AB-LX6 is complete.
This commit is contained in:
Verloren50000
2025-09-26 11:21:12 +08:00
committed by GitHub
parent 086f955e7e
commit 4180909840
3 changed files with 49 additions and 6 deletions

View File

@@ -1117,6 +1117,9 @@ extern int machine_at_p65up5_cpknd_init(const machine_t *);
extern int machine_at_kn97_init(const machine_t *);
/* i440LX */
#ifdef EMU_DEVICE_H
extern const device_t lx6_device;
#endif
extern int machine_at_lx6_init(const machine_t *);
extern int machine_at_optiplexgxa_init(const machine_t *);
extern int machine_at_spitfire_init(const machine_t *);