trunk/src/mess/machine/corvushd.c
| r23781 | r23782 | |
| 1348 | 1348 | c->buffer.single_byte_response.status = |
| 1349 | 1349 | STAT_FATAL_ERR | STAT_ILL_CMD_OP_CODE; // Respond with an Illegal Op Code |
| 1350 | 1350 | |
| 1351 | | logerror("corvus_hdc_data_w: Illegal Command %02x, status: 0x%2.2x\n", c->buffer.single_byte_response.status, c->buffer.command.code); |
| 1351 | logerror("corvus_hdc_data_w: Illegal command 0x%2.2x, status: 0x%2.2x\n", c->buffer.command.code, c->buffer.single_byte_response.status); |
| 1352 | 1352 | } |
| 1353 | 1353 | // |
| 1354 | 1354 | // Command execution complete, free up the controller |