summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tmnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tmnt.c')
-rw-r--r--src/mame/video/tmnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tmnt.c b/src/mame/video/tmnt.c
index 10a03c54196..6b83f343a63 100644
--- a/src/mame/video/tmnt.c
+++ b/src/mame/video/tmnt.c
@@ -466,7 +466,7 @@ WRITE16_MEMBER(tmnt_state::ssriders_eeprom_w)
/* bit 0 is data */
/* bit 1 is cs (active low) */
/* bit 2 is clock (active high) */
- input_port_write(machine(), "EEPROMOUT", data, 0xff);
+ ioport("EEPROMOUT")->write(data, 0xff);
/* bits 3-4 control palette dimming */
/* 4 = DIMPOL = when set, negate SHAD */