Merge pull request #1328 from tiseno100/master

Seperated the UMC 8886, Added the UMC 8890
This commit is contained in:
Miran Grča
2021-03-25 21:36:33 +01:00
committed by GitHub
10 changed files with 505 additions and 178 deletions

View File

@@ -119,7 +119,10 @@ extern const device_t stpc_lpt_device;
/* UMC */
extern const device_t umc_hb4_device;
extern const device_t umc_hb4_early_device;
extern const device_t umc_8890_device;
extern const device_t umc_8886f_device;
extern const device_t umc_8886af_device;
/* VIA */
extern const device_t via_vt82c49x_device;

View File

@@ -405,6 +405,8 @@ extern int machine_at_p5sp4_init(const machine_t *);
extern int machine_at_p54sp4_init(const machine_t *);
extern int machine_at_sq588_init(const machine_t *);
extern int machine_at_hot539_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t *at_endeavor_get_device(void);
#define at_vectra54_get_device at_endeavor_get_device