Go to file
Michaël Banaan Ananas 93d7716c87 - fixed cycle deduction on unconditional CALL / RET, it took about half too many cycles
- added cycle tables and cleaned up source layout. This was done very carefully, it should be errorfree.
- removed HLT cycle eating (earlier, HLT after EI could theoretically fail)
- fixed parity flag on add/sub/cmp. Bug was caused by z80 overflow detection accidentally left in
- renamed temp register XX to official name WZ
- renamed flags from Z80 style S Z Y H X V N C  to  S Z X5 H X3 P V C, and fixed X5 / V flags where accidentally broken due to flag names confusion
2009-08-19 15:42:35 +00:00
docs Ouch... there was still one crsshairpath... 2009-07-14 18:08:29 +00:00
src - fixed cycle deduction on unconditional CALL / RET, it took about half too many cycles 2009-08-19 15:42:35 +00:00
.gitattributes obsolete file 2009-08-19 15:30:28 +00:00
makefile Now turn symbols and mapfile generation off... man, I'm dumb. (no whatsnew) 2009-07-29 22:52:54 +00:00