Merge pull request #782 from nerd73/master

Add the AMI Excalibur, a VLB OPTi 596/597 machine.
This commit is contained in:
OBattler
2020-06-05 19:20:45 +02:00
committed by GitHub
12 changed files with 174 additions and 15 deletions

View File

@@ -48,6 +48,7 @@ extern const device_t i440zx_device;
/* OPTi */
extern const device_t opti495_device;
extern const device_t opti5x7_device;
/* C&T */
extern const device_t neat_device;

View File

@@ -253,6 +253,8 @@ extern const device_t *at_cpqiii_get_device(void);
#endif
/* m_at_socket4_5.c */
extern int machine_at_excalibur_init(const machine_t *);
extern int machine_at_batman_init(const machine_t *);
extern int machine_at_ambradp60_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VPP60)