mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
vrc4373: Corrected device/vendor id PCI field. (nw)
This commit is contained in:
parent
e72b22a3b1
commit
b52cb54013
@ -11,7 +11,7 @@
|
||||
#include "cpu/mips/mips3.h"
|
||||
|
||||
#define MCFG_VRC4373_ADD(_tag, _cpu_tag) \
|
||||
MCFG_PCI_HOST_ADD(_tag, VRC4373, 0x005B1033, 0x00, 0x00000000) \
|
||||
MCFG_PCI_HOST_ADD(_tag, VRC4373, 0x1033005B, 0x00, 0x00000000) \
|
||||
downcast<vrc4373_device *>(device)->set_cpu_tag(_cpu_tag);
|
||||
|
||||
#define MCFG_VRC4373_SET_RAM(_size) \
|
||||
|
Loading…
Reference in New Issue
Block a user