Added the Matrox Millennium card to dev branch and its respective bitblt additions and ROM.

This commit is contained in:
TC1995
2022-02-03 20:08:46 +01:00
parent c7824e8ddc
commit 012046bd89
3 changed files with 425 additions and 154 deletions

View File

@@ -318,7 +318,8 @@ extern const device_t im1024_device;
extern const device_t pgc_device;
#if defined(DEV_BRANCH) && defined(USE_MGA)
/* Matrox Mystique */
/* Matrox MGA */
extern const device_t millennium_device;
extern const device_t mystique_device;
extern const device_t mystique_220_device;
#endif