jloutsenhizer / googulator

A javascript emulator environment with google drive backend
GNU General Public License v3.0
53 stars 46 forks source link

Gameboy Emulator Fails Blargg's CPU Instruction Test ROM #12

Open jloutsenhizer opened 10 years ago

jloutsenhizer commented 10 years ago

The gameboy emulator fails test 2, this is due to an improper implementation of the HALT instructino

fuel-pcbox commented 9 years ago

The HALT instruction isn't the cause. The cause is probably the timer interrupt not having correct timing.