Merge pull request #48 from Dwedit/BUSC_fix

Remove the BUSC tag from datalatch mappers
This commit is contained in:
CaH4e3 2019-04-12 23:58:46 +03:00 committed by GitHub
commit 247a6f4640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ static void Latch_Init(CartInfo *info, void (*proc)(void), uint8 init, uint16 ad
}
AddExState(&latche, 1, 0, "LATC");
AddExState(&bus_conflict, 1, 0, "BUSC");
}
//------------------ Map 0 ---------------------------