mirror of
https://github.com/holub/mame
synced 2025-06-06 21:03:47 +03:00
make battroad text layer colours match the flyer - more correct?
http://flyers.arcade-museum.com/flyers_video/irem/12110501.jpg
This commit is contained in:
parent
9adbb4dcf7
commit
6b267a2aad
@ -97,9 +97,10 @@ static const res_net_info battroad_char_net_info =
|
|||||||
{
|
{
|
||||||
RES_NET_VCC_5V | RES_NET_VIN_TTL_OUT,
|
RES_NET_VCC_5V | RES_NET_VIN_TTL_OUT,
|
||||||
{
|
{
|
||||||
|
{ RES_NET_AMP_NONE, 0, 0, 2, { 470, 220 } },
|
||||||
{ RES_NET_AMP_NONE, 0, 0, 3, { 1000, 470, 220 } },
|
{ RES_NET_AMP_NONE, 0, 0, 3, { 1000, 470, 220 } },
|
||||||
{ RES_NET_AMP_NONE, 0, 0, 3, { 1000, 470, 220 } },
|
{ RES_NET_AMP_NONE, 0, 0, 3, { 1000, 470, 220 } }
|
||||||
{ RES_NET_AMP_NONE, 0, 0, 2, { 470, 220 } }
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -155,8 +156,8 @@ static const res_net_decode_info battroad_char_decode_info =
|
|||||||
0x000, 0x01f, /* start/end */
|
0x000, 0x01f, /* start/end */
|
||||||
/* R G B */
|
/* R G B */
|
||||||
{ 0x600, 0x600, 0x600 }, /* offsets */
|
{ 0x600, 0x600, 0x600 }, /* offsets */
|
||||||
{ 0, 3, 6 }, /* shifts */
|
{ 6, 3, 0 }, /* shifts */
|
||||||
{ 0x07, 0x07, 0x03 } /* masks */
|
{ 0x03, 0x07, 0x07 } /* masks */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user