Merge pull request #5819 from JoakimLarsson/epc_6

eispc_twib.cpp: fix build error
This commit is contained in:
Joakim Larsson Edström 2019-10-28 20:09:15 +01:00 committed by GitHub
commit bc1aba36e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,8 +249,8 @@ void isa8_eistwib_device::device_reset()
LOG("Installing twib device at %04x\n", base);
m_isa->install_device(
base, base + 0x0f,
read8_delegate(FUNC( isa8_eistwib_device::twib_r ), this),
write8_delegate(FUNC( isa8_eistwib_device::twib_w ), this));
read8_delegate(*this, FUNC( isa8_eistwib_device::twib_r )),
write8_delegate(*this, FUNC( isa8_eistwib_device::twib_w )));
m_installed = true;
}
// CD and CTS input are tied to ground