From 2df4fac549999c769f97b8e95d6e448ddc9f8397 Mon Sep 17 00:00:00 2001 From: NewRisingSun <8vytz1+dhp372pv94ebg@sharklasers.com> Date: Fri, 12 Sep 2025 22:18:38 +0200 Subject: [PATCH] Add UNIF MAPRs for some of the newly-added mappers. --- src/unif.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/unif.c b/src/unif.c index 7260b1e..6667abf 100644 --- a/src/unif.c +++ b/src/unif.c @@ -626,7 +626,15 @@ static BMAPPING bmap[] = { { "K86B", 439, Mapper439_Init, 0 }, { "COOLGIRL", 342, COOLGIRL_Init, BMCFLAG_256KCHRR }, { "S-2009", 434, Mapper434_Init, 0 }, - + { "Yhc-Unrom-Cart", 500, Mapper500_Init, 0 }, + { "Yhc-Axrom-Cart", 501, Mapper501_Init, 0 }, + { "Yhc-A/B/Uxrom-Cart", 502, Mapper502_Init, 0 }, + { "JY4M4", 537, Mapper537_Init, 0 }, + { "82112C", 540, Mapper540_Init, 0 }, + { "KN-20", 577, Mapper577_Init, 0 }, + { "820436-C", 579, Mapper579_Init, 0 }, + { "8203", 585, Mapper585_Init, 0 }, + { "K-3057", 587, Mapper587_Init, 0 }, { NULL, NO_INES, NULL, 0 } };