Replaced the Bora Pro with the Tyan Tsunami

It's a more functional and more stable board than the previous one. Works as intended. Might help to revive the abandoned PC87309 code from PCem-X
This commit is contained in:
tiseno100
2020-05-02 21:27:05 +03:00
committed by GitHub
parent c854b7805f
commit 722dd16c71
3 changed files with 18 additions and 15 deletions

View File

@@ -344,7 +344,9 @@ extern int machine_at_6bxc_init(const machine_t *);
extern int machine_at_p2bls_init(const machine_t *);
extern int machine_at_p3bf_init(const machine_t *);
extern int machine_at_bf6_init(const machine_t *);
extern int machine_at_borapro_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(NO_SIO)
extern int machine_at_tsunamiatx_init(const machine_t *);
#endif
/* m_at_socket370.c */
extern int machine_at_cubx_init(const machine_t *);