mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 21:43:16 -07:00
Add the IBM PC 330/350 type 65x6. (#6315)
* Change BIOS loading (temporarily) * Change GPIO related stuff on the PC 330 65x6... CPU clock is now properly reported up to 166 MHz. * Add IBM PC 330 type 65x6 machine table entry. * Add IBM PC 330 type 65x6 machine definition. * Fix a compile breaking error. * Block AMD K5/Cx686 CPUs from the IBM PC 330/350 type 65x6. * Correct the PC 330/350 ROM path.
This commit is contained in:
@@ -917,6 +917,7 @@ extern int machine_at_acerv30_init(const machine_t *);
|
||||
extern int machine_at_apollo_init(const machine_t *);
|
||||
extern int machine_at_optiplexgxl_init(const machine_t *);
|
||||
extern int machine_at_pt2000_init(const machine_t *);
|
||||
extern int machine_at_pc330_65x6_init(const machine_t *);
|
||||
extern int machine_at_zappa_init(const machine_t *);
|
||||
extern int machine_at_powermatev_init(const machine_t *);
|
||||
extern int machine_at_hawk_init(const machine_t *);
|
||||
|
||||
Reference in New Issue
Block a user