Add the PB450 with MicroFirmware Phoenix 4.05 BIOS. The stock 1.0A BIOS... (which is the only stock BIOS we have for the PCI version of this board) is currently exhibiting setup utility issues and other POST issues. It will be added later as part of the BIOS switching feature.

This commit is contained in:
BurnedPinguin
2023-07-23 16:50:12 +02:00
parent 8c4fd41880
commit f9a6295a3c
7 changed files with 105 additions and 0 deletions

View File

@@ -485,6 +485,7 @@ extern int machine_at_403tg_init(const machine_t *);
extern int machine_at_403tg_d_init(const machine_t *);
extern int machine_at_403tg_d_mr_init(const machine_t *);
extern int machine_at_pb450_init(const machine_t *);
extern int machine_at_pb450_init(const machine_t *);
extern int machine_at_pc330_6573_init(const machine_t *);
extern int machine_at_m45xx_init(const machine_t *);
extern int machine_at_mvi486_init(const machine_t *);