We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c1388 commit ba5af9aCopy full SHA for ba5af9a
src/mame/amiga/agnus_copper.cpp
@@ -251,7 +251,8 @@ void agnus_copper_device::vblank_sync(bool state)
251
void agnus_copper_device::suspend_offset(int xpos, int hblank_width)
252
{
253
m_xpos_state = (xpos == 511) ? 0 : xpos - hblank_width;
254
- m_xpos_state += 6;
+ // TODO: commented out, causes issues in too many places
255
+ //m_xpos_state += 6;
256
// assert(m_xpos_state > 0);
257
}
258
0 commit comments