mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
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:
parent
8d3857730b
commit
5a0493e57b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user