Disable mapper 212 in quicknes, since it wasn't working

This commit is contained in:
nattthebear 2016-02-07 09:12:39 -05:00
parent 36b82c3563
commit 8aa298c95b
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -264,7 +264,8 @@ public:
};
class Mapper_212 : public Nes_Mapper {
// something about this doesn't work right?
// TODO: fix me
int reg;
void writeinternal(int data, int changed)
{
@ -342,6 +343,6 @@ void register_misc_mappers()
register_mapper<Mapper_Quattro>( 232 );
register_mapper<Mapper_78>( 78 );
register_mapper<Mapper_212>( 212 );
// register_mapper<Mapper_212>( 212 );
}