Make 'Guilty Gear XX Accent Core Plus' work.
Posted on 2008-12-29 00:00:00
Finally found the cause of the bug that was making the characters not appear properly on the screen. It was a problem in the code generator that messed things up when dividing by a constant.


Screenshot #000173


Next, I want to improve the main emulation loop. This game dumps all its stuff to render once a v-blank is generated and currently the emulator generates v-blanks as if the main CPU was running at a very low frequency, so it kinda makes things weird.

After that, I'd like to see why it's that slow. The game doesn't do anything intensive, so there's no reason it should be running at that speed.