Implemented the OPTi 822 VLB to PCI bridge

Needed for early OPTi Pentium's but also 486's like the Packard Bell PB450 PCI. IRQ routing is hacking though!!
This commit is contained in:
Panagiotis
2021-04-05 22:28:04 +03:00
committed by GitHub
parent 5ebb6caf3f
commit 5d68fa68c0
6 changed files with 416 additions and 37 deletions

View File

@@ -380,6 +380,9 @@ extern const device_t *at_cpqiii_get_device(void);
/* m_at_socket4_5.c */
extern int machine_at_excalibur_init(const machine_t *);
extern int machine_at_hot543_init(const machine_t *);
extern int machine_at_p54vl_init(const machine_t *);
extern int machine_at_batman_init(const machine_t *);
extern int machine_at_ambradp60_init(const machine_t *);
extern int machine_at_dellxp60_init(const machine_t *);