Add the ECS P6KFX-A, a 440FX Slot 1 machine.

Adds the ECS P6KFX-A as well as appropriate CPU tables for an early Slot 1 motherboard without Deschutes or 100 MHz FSB support. Also fixes a minor bug with 266 MHz Pentium IIs and ISA clock frequencies.
This commit is contained in:
nerd73
2020-04-16 18:30:37 -06:00
parent 13a9477b6d
commit 9bc74bbf00
5 changed files with 49 additions and 3 deletions

View File

@@ -319,6 +319,8 @@ extern int machine_at_8500ttc_init(const machine_t *);
extern int machine_at_m6mi_init(const machine_t *);
/* m_at_slot1.c */
extern int machine_at_p6kfx_init(const machine_t *);
extern int machine_at_6bxc_init(const machine_t *);
extern int machine_at_p2bls_init(const machine_t *);
extern int machine_at_bf6_init(const machine_t *);