diff options
author | 2017-09-01 16:44:48 -0400 | |
---|---|---|
committer | 2017-09-01 16:45:29 -0400 | |
commit | e8c24579fc3043c54053d31e2e710720ecfab26c (patch) | |
tree | f8e37558d5c4bbb1c5f8aa4345918065db9c97e2 | |
parent | 2fc4b8e1c08cd2d02a553c8f86d6221d8a970a0e (diff) |
deco_mlc: Remove erroneous I/O ports (nw)
-rw-r--r-- | src/mame/drivers/deco_mlc.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/deco_mlc.cpp b/src/mame/drivers/deco_mlc.cpp index e6ce45ec0c5..9fee581cfcc 100644 --- a/src/mame/drivers/deco_mlc.cpp +++ b/src/mame/drivers/deco_mlc.cpp @@ -561,9 +561,6 @@ static MACHINE_CONFIG_START( mlc ) MCFG_VIDEO_START_OVERRIDE(deco_mlc_state,mlc) MCFG_DECO146_ADD("ioprot") - MCFG_DECO146_IN_PORTA_CB(IOPORT("INPUTS")) - MCFG_DECO146_IN_PORTB_CB(IOPORT("SYSTEM")) - MCFG_DECO146_IN_PORTC_CB(IOPORT("DSW")) MCFG_DECO146_SET_USE_MAGIC_ADDRESS_XOR /* sound hardware */ |