naTmeg / ScriptedAmigaEmulator

Amiga Emulator in javascript and HTML5
331 stars 63 forks source link

issue with DIVS instruction #4

Closed dmcoles closed 10 years ago

dmcoles commented 10 years ago

math.floor in divs rounds down away from 0 with negative numbers. Replaced with double binary not so that it always truncates regardless of whether +ve or -ve

naTmeg commented 10 years ago

You'r right, thanks.