Fixed opcodes E8 and F8 master
authorJorge Gorbe <slack@codemaniacs.com>
Mon, 27 May 2013 18:24:36 +0000 (20:24 +0200)
committerJorge Gorbe <slack@codemaniacs.com>
Mon, 27 May 2013 18:24:36 +0000 (20:24 +0200)
commit6a5d376999c3c83685e958ae8f44a783166d5f5a
tree35179c1186d8212c369aa5d78421e416e8e02304
parent845d0fef3e3f7faaf1e7bdb731d52c1118921b62
Fixed opcodes E8 and F8

There was a problem with the carry flags due to lack of documentation.
Once I found http://stackoverflow.com/questions/5159603/gbz80-how-does-ld-hl-spe-affect-h-and-c-flags
it was easy :S
core/GameBoy.cc