summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/bsktball.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/bsktball.c')
-rw-r--r--src/mame/machine/bsktball.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/bsktball.c b/src/mame/machine/bsktball.c
index 05d5d643200..0b52edb0368 100644
--- a/src/mame/machine/bsktball.c
+++ b/src/mame/machine/bsktball.c
@@ -147,9 +147,6 @@ READ8_HANDLER( bsktball_in0_r )
else
{
temp = input_port_read(machine, "IN0") & 0x0F;
- /* Remap button 1 back to the Start button */
- /* NOTE: This is an ADDED feature, not a part of the original hardware! */
- temp = (temp) & (temp>>2);
return (temp | DR0 | DR1 | DR2 | DR3);
}