Removed the Intel VS440FX

It doesn't POST and on all of that, not helpful at all on PC87307 development.
This commit is contained in:
tiseno100
2020-05-05 12:10:15 +03:00
committed by GitHub
parent 5e29bb7eb7
commit 2e1778e1bd
3 changed files with 1 additions and 39 deletions

View File

@@ -329,9 +329,6 @@ extern int machine_at_686nx_init(const machine_t *);
extern int machine_at_mb600n_init(const machine_t *);
extern int machine_at_8500ttc_init(const machine_t *);
extern int machine_at_m6mi_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(NO_SIO)
extern int machine_at_vs440fx_init(const machine_t *);
#endif
#ifdef EMU_DEVICE_H
extern void machine_at_p65up5_common_init(const machine_t *, const device_t *northbridge);
#endif