Add the BCM FR510 (Packard Bell/NEC OEM) ROM + update (#6231)

* machine.h: FR510 added.

* m_at_sockets7.c: BCM FR510 added, including the BIOS Selector.

* machine_table.c: BCM FR510 is now added.

* machine_table.c: fr510-generic

* m_at_sockets7.c: AGP Bridge for BCM FR510

* machine_table.c: FR510 PCIOnly

* m_at_socket7.c: Fixes at FR510

* m_at_sockets7.c: 510S228.BIN -> 510S128.BIN

* machine_table.c: an update for FR510
This commit is contained in:
Verloren50000
2025-09-27 19:32:46 +08:00
committed by GitHub
parent 3fd58dde8f
commit 9ef1b19486
3 changed files with 119 additions and 2 deletions

View File

@@ -1069,6 +1069,10 @@ extern int machine_at_m560_init(const machine_t *);
/* m_at_sockets7.c */
/* ALi ALADDiN V */
extern int machine_at_p5a_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t fr510_device;
#endif
extern int machine_at_fr510_init(const machine_t *);
extern int machine_at_m579_init(const machine_t *);
extern int machine_at_gwlucas_init(const machine_t *);
extern int machine_at_5aa_init(const machine_t *);