trunk/src/emu/machine/pci.c
r241729 | r241730 | |
58 | 58 | |
59 | 59 | void pci_device::add_map(UINT64 size, int flags, address_map_delegate &map) |
60 | 60 | { |
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()); |
62 | 62 | } |
63 | 63 | |
64 | 64 | agp_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) |