mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-08-15 09:27:27 +00:00
atimach64defs: Add more device IDs.
This commit is contained in:
@@ -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. */
|
||||||
|
Reference in New Issue
Block a user