A port of the ECS 386/32 machine from PCem.

This commit is contained in:
nerd73
2020-03-24 21:53:19 -06:00
parent 5e4a76f020
commit 98e6a48cef
6 changed files with 182 additions and 4 deletions

View File

@@ -210,6 +210,9 @@ extern const device_t *at_commodore_sl386sx_get_device(void);
#endif
/* m_at_386dx_486.c */
extern int machine_at_ecs386_init(const machine_t *);
extern int machine_at_pb410a_init(const machine_t *);
extern int machine_at_ali1429_init(const machine_t *);