atimach64defs: Add more device IDs.

This commit is contained in:
joevt
2024-02-26 14:48:16 -08:00
committed by dingusdev
parent 569893861d
commit f38d6d73f4

View File

@@ -1,6 +1,6 @@
/* /*
DingusPPC - The Experimental PowerPC Macintosh emulator DingusPPC - The Experimental PowerPC Macintosh emulator
Copyright (C) 2018-23 divingkatae and maximum Copyright (C) 2018-24 divingkatae and maximum
(theweirdo) spatium (theweirdo) spatium
(Contact divingkatae#1017 or powermax#2286 on Discord for more info) (Contact divingkatae#1017 or powermax#2286 on Discord for more info)
@@ -24,9 +24,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
/* ATI PCI device IDs. */ /* ATI PCI device IDs. */
enum { enum {
ATI_RAGE_PRO_DEV_ID = 0x4750, ATI_RAGE_PRO_DEV_ID = 0x4750, // GP
ATI_RAGE_GT_DEV_ID = 0x4754, ATI_RAGE_GT_DEV_ID = 0x4754, // GT
ATI_MACH64_GX_DEV_ID = 0x4758, ATI_MACH64_GX_DEV_ID = 0x4758, // GX
// = 0x5654, // VT
}; };
/** Mach64 register offsets. */ /** Mach64 register offsets. */