mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
verifone/tranz330.cpp: Update the one thing that doesn't use the standard macros.
This commit is contained in:
parent
fc41ef0c9a
commit
51c3e39604
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user