Added the AMI Apollo.

This commit is contained in:
OBattler
2020-10-16 13:05:19 +02:00
parent 303405cd0d
commit 066f89c5a4
7 changed files with 89 additions and 12 deletions

View File

@@ -366,6 +366,7 @@ extern int machine_at_p54tp4xe_init(const machine_t *);
extern int machine_at_endeavor_init(const machine_t *);
extern int machine_at_zappa_init(const machine_t *);
extern int machine_at_mb500n_init(const machine_t *);
extern int machine_at_apollo_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_VECTRA54)
extern int machine_at_vectra54_init(const machine_t *);
#endif