Add mapper 321.

This commit is contained in:
NewRisingSun
2025-09-11 22:52:54 +02:00
parent eb35ef36df
commit bb0f65dc0c
4 changed files with 60 additions and 0 deletions

View File

@@ -64,4 +64,5 @@ void Mapper490_Init(CartInfo *info) {
info->Power = power;
info->Reset = reset;
AddExState(&reg, 1, 0, "EXPR");
AddExState(&pad, 1, 0, "DIPS");
}