Skip to content

Commit 51c3e39

Browse files
committed
verifone/tranz330.cpp: Update the one thing that doesn't use the standard macros.
1 parent fc41ef0 commit 51c3e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mame/verifone/tranz330.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void tranz330_state::tranz330_io(address_map &map)
4444
map(0x30, 0x3f).rw(m_rtc, FUNC(msm6242_device::read), FUNC(msm6242_device::write));
4545
}
4646

47-
static void construct_ioport_tranz330(device_t &owner, ioport_list &portlist, std::string &errorbuf)
47+
static void construct_ioport_tranz330(device_t &owner, ioport_list &portlist, std::ostream &errorbuf)
4848
{
4949
ioport_configurer configurer(owner, portlist, errorbuf);
5050

0 commit comments

Comments
 (0)