Previous 199869 Revisions Next

r33218 Wednesday 5th November, 2014 at 14:13:50 UTC by Miodrag Milanović
Compile fix (nw)
[src/emu/machine]pci.c

trunk/src/emu/machine/pci.c
r241729r241730
5858
5959void pci_device::add_map(UINT64 size, int flags, address_map_delegate &map)
6060{
61   logerror("Device %s (%s) has 0x%llx bytes of %s named %s\n", tag(), name(), size, flags & M_IO ? "io" : "memory", map.name());
61   logerror("Device %s (%s) has 0x%" I64FMT "x bytes of %s named %s\n", tag(), name(), size, flags & M_IO ? "io" : "memory", map.name());
6262}
6363
6464agp_device::agp_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team