Replaced the Unknown Micronics Board with Goldstar 386.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user