mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
Attempt to fix reported GCC 4.5 problems [R. Belmont]
This commit is contained in:
parent
ba756dfc3c
commit
0829705164
@ -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" };
|
||||
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user