Comment excessive printf spam (over 60mb) in a 3 second run of taitotl (bios) set. Didn't seem to effect any other set in the driver. (nw)

This commit is contained in:
Scott Stone 2012-09-28 00:07:58 +00:00
parent 8d3857730b
commit 5a0493e57b

View File

@ -2116,7 +2116,7 @@ READ8_MEMBER(taitotz_state::tlcs900_port_read)
case 0xe: return ioport("INPUTS4")->read();
default:
printf("tlcs900_port_read %02X\n", offset);
//printf("tlcs900_port_read %02X\n", offset);
break;
}