fix you ling xing dong by assigning to mapper 192
This commit is contained in:
parent
d14ecba070
commit
19c97a392e
|
@ -736,6 +736,7 @@ void Mapper52_Init(CartInfo *info)
|
|||
|
||||
static void M74CW(uint32 A, uint8 V)
|
||||
{
|
||||
//printf("%04X = %02X\n",A,V);
|
||||
if((V==8)||(V==9)) //Di 4 Ci - Ji Qi Ren Dai Zhan (As).nes, Ji Jia Zhan Shi (As).nes
|
||||
setchr1r(0x10,A,V);
|
||||
else
|
||||
|
@ -1030,7 +1031,9 @@ void Mapper191_Init(CartInfo *info)
|
|||
|
||||
static void M192CW(uint32 A, uint8 V)
|
||||
{
|
||||
if((V==8)||(V==9)||(V==0xA)||(V==0xB)) //Ying Lie Qun Xia Zhuan (Chinese),
|
||||
//Ying Lie Qun Xia Zhuan (Chinese),
|
||||
//You Ling Xing Dong (China) (Unl) [this will be mistakenly headered as m074 sometimes]
|
||||
if((V==8)||(V==9)||(V==0xA)||(V==0xB))
|
||||
setchr1r(0x10,A,V);
|
||||
else
|
||||
setchr1r(0,A,V);
|
||||
|
|
|
@ -191,6 +191,7 @@
|
|||
{0xa9115bc1, 192, -1},
|
||||
{0x4c7bbb0e, 192, -1},
|
||||
{0x98c1cd4b, 192, -1}, /* Ying Lie Qun Xia Zhuan (Chinese) */
|
||||
{0xee810d55, 192, -1}, /* You Ling Xing Dong (China) (Unl) */
|
||||
{0x442f1a29, 192, -1}, /* Young chivalry */
|
||||
{0x637134e8, 193, 1}, /* Fighting Hero */
|
||||
{0xa925226c, 194, -1}, /* Dai-2-Ji - Super Robot Taisen (As) */
|
||||
|
|
Loading…
Reference in New Issue