Previous 199869 Revisions Next

r23782 Tuesday 18th June, 2013 at 19:13:36 UTC by Curt Coder
(MESS) corvushd: Fixed log message. [Mike Naberezny]
[src/mess/machine]corvushd.c

trunk/src/mess/machine/corvushd.c
r23781r23782
13481348      c->buffer.single_byte_response.status =
13491349         STAT_FATAL_ERR | STAT_ILL_CMD_OP_CODE;      // Respond with an Illegal Op Code
13501350
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);
13521352   }
13531353   //
13541354   // Command execution complete, free up the controller

Previous 199869 Revisions Next


© 1997-2024 The MAME Team