summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/norautp.cpp
diff options
context:
space:
mode:
author Ryan Holtz <therealmogminer@gmail.com>2018-05-26 11:47:16 +0200
committer Ryan Holtz <therealmogminer@gmail.com>2018-05-26 11:47:16 +0200
commit33affeb2f8f95d5a5a3872a77567d30db04afdad (patch)
tree4b33206656b4d0644b4ade61a5b00f83957d7eff /src/mame/drivers/norautp.cpp
parent618f42b96e9b0a4ce5e1b71a53badb9a6c6b9743 (diff)
tp84: device_finder stuff. Also removed a bunch of commented-out stuff that was tripping my device_finder search. (nw)'
Diffstat (limited to 'src/mame/drivers/norautp.cpp')
-rw-r--r--src/mame/drivers/norautp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/norautp.cpp b/src/mame/drivers/norautp.cpp
index 0d96b91970d..756194617e1 100644
--- a/src/mame/drivers/norautp.cpp
+++ b/src/mame/drivers/norautp.cpp
@@ -755,8 +755,8 @@ WRITE8_MEMBER(norautp_state::vram_data_w)
m_np_vram[m_np_addr] = data & 0xff;
/* trigger 8255-2 port C bit 7 (/OBF) */
-// i8255a_pc7_w(machine().device("ppi8255_2"), 0);
-// i8255a_pc7_w(machine().device("ppi8255_2"), 1);
+// m_ppi8255_2->set_pc_bit(7, 0);
+// m_ppi8255_2->set_pc_bit(7, 1);
}