We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc41ef0 commit 51c3e39Copy full SHA for 51c3e39
src/mame/verifone/tranz330.cpp
@@ -44,7 +44,7 @@ void tranz330_state::tranz330_io(address_map &map)
44
map(0x30, 0x3f).rw(m_rtc, FUNC(msm6242_device::read), FUNC(msm6242_device::write));
45
}
46
47
-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)
48
{
49
ioport_configurer configurer(owner, portlist, errorbuf);
50
0 commit comments