summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/exctsccr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/exctsccr.c')
-rw-r--r--src/mame/machine/exctsccr.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/mame/machine/exctsccr.c b/src/mame/machine/exctsccr.c
index 46223367232..4aa9df433d9 100644
--- a/src/mame/machine/exctsccr.c
+++ b/src/mame/machine/exctsccr.c
@@ -37,19 +37,19 @@ static int mcu_code_latch;
/* Exciting Soccer */
/* input = 0x6009 - data = 0x6170 */
-static UINT8 mcu_table1[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table1[MCU_KEY_TABLE_SIZE] = {
0x23, 0x05, 0xfb, 0x07, 0x4d, 0x3b, 0x7d, 0x03,
0x9a, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x600d - data = 0x61f0 */
-static UINT8 mcu_table2[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table2[MCU_KEY_TABLE_SIZE] = {
0x75, 0x25, 0x4b, 0x10, 0xa6, 0x06, 0x9a, 0x02,
0x04, 0x11, 0x09, 0x09, 0x2a, 0x10, 0x3a, 0x10
};
/* input = ?????? - data = 0x6300 */
-static UINT8 mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
+static const UINT8 mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
0xba, 0x26, 0x53, 0x0d, 0x01, 0x24, 0x1d, 0x15,
0xd0, 0x1d, 0x35, 0x1f, 0x32, 0x22, 0xa0, 0x2c,
@@ -64,31 +64,31 @@ static UINT8 mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 mcu_table4[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table4[MCU_KEY_TABLE_SIZE] = {
0xc5, 0x24, 0xc5, 0x24, 0x27, 0x3f, 0xd0, 0x07,
0x07, 0x0b, 0xd8, 0x02, 0x9a, 0x08, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 mcu_table5[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table5[MCU_KEY_TABLE_SIZE] = {
0x54, 0x43, 0xd0, 0x07, 0xd8, 0x02, 0x9a, 0x08,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 mcu_table6[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table6[MCU_KEY_TABLE_SIZE] = {
0x2b, 0x03, 0xd0, 0x07, 0xd8, 0x02, 0x9a, 0x08,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 mcu_table7[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 mcu_table7[MCU_KEY_TABLE_SIZE] = {
0xfa, 0x0e, 0x9a, 0x08, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6011 - data = 0x607f */
-static UINT8 mcu_table8[MCU_KEY_TABLE_SIZE*2] = {
+static const UINT8 mcu_table8[MCU_KEY_TABLE_SIZE*2] = {
0x0b, 0x78, 0x47, 0x04, 0x36, 0x18, 0x23, 0xf1,
0x10, 0xee, 0x16, 0x04, 0x11, 0x94, 0x16, 0xdd,
@@ -199,19 +199,19 @@ WRITE8_HANDLER( exctsccr_mcu_w ) {
/* Exciting Soccer II */
/* input = 0x6009 - data = 0x6170 */
-static UINT8 exctscc2_mcu_table1[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table1[MCU_KEY_TABLE_SIZE] = {
0x56, 0x05, 0x90, 0x08, 0x19, 0x3e, 0xa8, 0x03,
0x2f, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x600d - data = 0x61f0 */
-static UINT8 exctscc2_mcu_table2[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table2[MCU_KEY_TABLE_SIZE] = {
0xff, 0x27, 0x35, 0x10, 0xd9, 0x06, 0xc3, 0x02,
0x4d, 0x12, 0x9e, 0x09, 0x14, 0x10, 0x24, 0x10
};
/* input = ?????? - data = 0x6300 */
-static UINT8 exctscc2_mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
+static const UINT8 exctscc2_mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
0x41, 0x29, 0xb2, 0x12, 0x91, 0x26, 0xa6, 0x16, //0x12b2?
0x5f, 0x20, 0xc4, 0x21, 0xc1, 0x24, 0x3e, 0x2f,
@@ -226,31 +226,31 @@ static UINT8 exctscc2_mcu_table3[MCU_KEY_TABLE_SIZE*4] = {
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 exctscc2_mcu_table4[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table4[MCU_KEY_TABLE_SIZE] = {
0x55, 0x27, 0x55, 0x27, 0xf3, 0x41, 0x65, 0x08,
0xe3, 0x0b, 0x01, 0x03, 0x2f, 0x09, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 exctscc2_mcu_table5[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table5[MCU_KEY_TABLE_SIZE] = {
0xdd, 0x45, 0x65, 0x08, 0x01, 0x03, 0x2f, 0x09,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 exctscc2_mcu_table6[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table6[MCU_KEY_TABLE_SIZE] = {
0x54, 0x03, 0x65, 0x08, 0x01, 0x03, 0x2f, 0x09,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6007 - data = 0x629b */
-static UINT8 exctscc2_mcu_table7[MCU_KEY_TABLE_SIZE] = {
+static const UINT8 exctscc2_mcu_table7[MCU_KEY_TABLE_SIZE] = {
0xe4, 0x0e, 0x2f, 0x09, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
/* input = 0x6011 - data = 0x607f */
-static UINT8 exctscc2_mcu_table8[MCU_KEY_TABLE_SIZE*2] = {
+static const UINT8 exctscc2_mcu_table8[MCU_KEY_TABLE_SIZE*2] = {
0x0c, 0x54, 0x4b, 0x0d, 0x38, 0xbd, 0x26, 0x81,
0x12, 0x37, 0x18, 0x4a, 0x13, 0x0f, 0x19, 0x23,