summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/jaguar
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-09-11 15:10:41 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-09-11 15:10:41 +0000
commit746ab44148c5013bfe6142e9f3e267b3411e16ad (patch)
treeffc6df6d86640c3bb5aa60ae8bcf5a3234d8c55c /src/emu/cpu/jaguar
parentc48c851c8ddbc6bcd61128e38910b3dfab1eb488 (diff)
Hello,
Found few things not right in 8080/8085 implementation. 1. ANA/ANI instruction, HF flag was not set right because error in calculation of it (missing brackets) 2. 8080 have NF flag always set (it is not used flag but bit is always set) 3. On unused ports/not connected memory values from status word were readed not 00 or FF, that is why I add it as a new internal register, it can also be buffered by some external hardware, so this could help other implementations too. Regards, Miodrag Milanovic
Diffstat (limited to 'src/emu/cpu/jaguar')
0 files changed, 0 insertions, 0 deletions