Merge pull request #1329 from F10Setup/master

Added the ValuePoint's on-board video
This commit is contained in:
Miran Grča
2021-03-25 21:36:46 +01:00
committed by GitHub
5 changed files with 22 additions and 1 deletions

View File

@@ -363,6 +363,7 @@ extern const device_t *at_acera1g_get_device(void);
#if defined(DEV_BRANCH) && defined(USE_VECT486VL)
extern const device_t *at_vect486vl_get_device(void);
#endif
extern const device_t *at_valuepoint433_get_device(void);
#endif
/* m_at_commodore.c */

View File

@@ -259,6 +259,7 @@ extern const device_t et4000_mca_device;
/* Tseng ET4000-W32x */
extern const device_t et4000w32_device;
extern const device_t et4000w32_onboard_device;
extern const device_t et4000w32i_isa_device;
extern const device_t et4000w32i_vlb_device;
extern const device_t et4000w32p_revc_vlb_device;