Previous | 199869 Revisions | Next |
r18184 Friday 28th September, 2012 at 00:07:58 UTC by Tafoid |
---|
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) |
[src/mame/drivers] | taitotz.c |
r18183 | r18184 | |
---|---|---|
2116 | 2116 | case 0xe: return ioport("INPUTS4")->read(); |
2117 | 2117 | |
2118 | 2118 | default: |
2119 | printf("tlcs900_port_read %02X\n", offset); | |
2119 | //printf("tlcs900_port_read %02X\n", offset); | |
2120 | 2120 | break; |
2121 | 2121 | } |
2122 | 2122 |
Previous | 199869 Revisions | Next |