Attempt to fix reported GCC 4.5 problems [R. Belmont]

This commit is contained in:
R. Belmont 2010-08-17 01:00:44 +00:00
parent ba756dfc3c
commit 0829705164
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ static const char *const alu_dst[] = { "AR", "AF", "NONE" };
static const char *const mac_xop[] = { "MX0", "MX1", "AR", "MR0", "MR1", "MR2", "SR0", "SR1" };
static const char *const mac_yop[] = { "MY0", "MY1", "MF", "0" };
static const char *const mac_dst[] = { "MR", "MF" };
static const char *const mac_dst[] = { "MR", "MF", "NONE" };
static const char *const shift_xop[] = { "SI", "??", "AR", "MR0", "MR1", "MR2", "SR0", "SR1" };

View File

@ -71,7 +71,7 @@ static void get_pens(running_machine *machine, pen_t *pens)
offs_t offs;
double scaler;
double bitmap_weight[1];
double bitmap_weight[2];
double charmap_rg_weights[3];
double charmap_b_weights[2];
double back_r_weight[1];