From 20f62330da9c3cfc2b653112d93e33630c76cdf3 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Tue, 18 Jun 2013 19:13:36 +0000 Subject: [PATCH] (MESS) corvushd: Fixed log message. [Mike Naberezny] --- src/mess/machine/corvushd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mess/machine/corvushd.c b/src/mess/machine/corvushd.c index e16ec5083d0..db90ac6d21a 100644 --- a/src/mess/machine/corvushd.c +++ b/src/mess/machine/corvushd.c @@ -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