pold500 / gens-rerecording

Automatically exported from code.google.com/p/gens-rerecording
0 stars 0 forks source link

Getting PlaneB address is wrong #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
File: ram_search.cpp
Lines like "tableB_begin = (VDP_Reg.Pat_ScrB_Adr & 0x3) << 13;" should be 
replaced as "tableB_begin = (VDP_Reg.Pat_ScrB_Adr & 0x7) << 13;"

Original issue reported on code.google.com by doc.mefi...@gmail.com on 26 Oct 2014 at 1:41