TASEmulators / gens-rerecording

The Gens rerecording project, a Sega Genesis, 32x, Sega CD emulator. The primary purpose is to expand features related to creating Tool-Assisted movies.
http://tasvideos.org/EmulatorResources/Gens.html
20 stars 10 forks source link

Getting PlaneB address is wrong #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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

DerekTurtleRoe commented 9 years ago

Seems easy enough to test. Will do when the project is ready.

Keep in mind I am not looking at the code while I run through the issues though. :laughing: