(MESS) corvushd: Fixed log message. [Mike Naberezny]

This commit is contained in:
Curt Coder 2013-06-18 19:13:36 +00:00
parent f56ec7d459
commit 20f62330da

View File

@ -1348,7 +1348,7 @@ static void corvus_process_command_packet(running_machine &machine, UINT8 invali
c->buffer.single_byte_response.status =
STAT_FATAL_ERR | STAT_ILL_CMD_OP_CODE; // Respond with an Illegal Op Code
logerror("corvus_hdc_data_w: Illegal Command %02x, status: 0x%2.2x\n", c->buffer.single_byte_response.status, c->buffer.command.code);
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);
}
//
// Command execution complete, free up the controller