verifone/tranz330.cpp: Update the one thing that doesn't use the standard macros.

This commit is contained in:
Vas Crabb 2024-10-05 21:32:43 +10:00
parent fc41ef0c9a
commit 51c3e39604

View File

@ -44,7 +44,7 @@ void tranz330_state::tranz330_io(address_map &map)
map(0x30, 0x3f).rw(m_rtc, FUNC(msm6242_device::read), FUNC(msm6242_device::write));
}
static void construct_ioport_tranz330(device_t &owner, ioport_list &portlist, std::string &errorbuf)
static void construct_ioport_tranz330(device_t &owner, ioport_list &portlist, std::ostream &errorbuf)
{
ioport_configurer configurer(owner, portlist, errorbuf);