Replaced the Unknown Micronics Board with Goldstar 386.

This commit is contained in:
tiseno100
2019-12-19 16:35:39 +02:00
committed by GitHub
parent 384405ab28
commit 2f76c899f1
6 changed files with 21 additions and 21 deletions

View File

@@ -184,8 +184,8 @@ extern int machine_at_g212hs_init(const machine_t *);
extern int machine_at_neat_init(const machine_t *);
extern int machine_at_neat_ami_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_MICRONICS386)
extern int machine_at_micronics386_init(const machine_t *); //Neat based Phoenix 80386 board. It has memory related issues.
#if defined(DEV_BRANCH) && defined(USE_GOLDSTAR386)
extern int machine_at_goldstar386_init(const machine_t *); //Neat based Phoenix 80386 board. It has memory related issues.
#endif
extern int machine_at_award286_init(const machine_t *);