nukeykt / Nuked-MD

Cycle accurate Mega Drive emulator
GNU General Public License v2.0
146 stars 6 forks source link

arbiter.c ARB_ClockVCLKDivider redundand code #5

Closed ogamespec closed 1 year ago

ogamespec commented 1 year ago
chip->w266 = chip->w289 && chip->w356 && chip->w356;

w356 two times :wtf:

nukeykt commented 1 year ago

image w356 connects to 2 inputs of w266 cell (and3)

ogamespec commented 1 year ago

Weirdos