index
:
z80
master
Z80 library and tests
World Wide Web Owner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
z80_decode.c
Age
Commit message (
Expand
)
Author
2006-09-19
Changed interface so that Z80 registers are exposed publicly -- using a
Ian C
2006-09-16
Fixed OUT (n),A
Ian C
2006-09-16
Added a config header that controls inclusion of disassembly and memory model.
Ian C
2006-09-11
Fixed IN A,(nn)
Ian C
2006-09-06
Updated to use a function-based memory interface.
Ian C
2006-09-05
Passes all normal tests expect for daa,cpl,scf,ccf group.
Ian C
2006-09-04
Fixed BIT and took DAA from FUSE.
Ian C
2006-09-04
ALU8 and ALU16 now validate against ZEXDOC.
Ian C
2006-09-03
Extra sanity checks on start-up.
Ian C
2006-09-03
Fixed bugs on BIT,RES and SET opcode macros. Fixed serious bug in POKE
Ian C
2006-08-27
Fixed LD (nnnn),A
Ian C
2006-08-26
Checkin prior to replacing some of the opcode routines.
Ian C
2006-08-26
Updates
Ian C
2006-08-25
Devolopment checkin. Compiles, but doesn't pass tests.
Ian C
2006-08-21
Edits
Ian C
2006-08-20
Initial compilable version
Ian C
2006-08-20
This commit was generated by cvs2svn to compensate for changes in r2,
Ian C