mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user