by boo_boo
Z80~Ex is the portable ZiLOG Z80 CPU emulator designed as a library. Goals include : precise opcode emulation (documented & undocumented), exact timings for each opcode (including I/O operations), multiple CPU contexts. disassembler is also included.
- ability to fetch z80ex version info at runtime - makefile fixes and cleanups, OS X support - versioning scheme changed
- made build for Symbian possible (and maybe for other environments which does not support the use of writable static data in DLL's) (thanks to ander) - build option for fast and rough opcode timings emulation, see README
fix for shared library compiling on non-i586 architectures
- LD A,R / LD A,I quirk implemented (If a LD A,I or LD A,R (which copy IFF2 to the P/V flag) is interrupted, then the P/V flag is reset, even if interrupts were enabled beforehand)(thanks to Restorer) - NMI IFF2=IFF1 fix
03.04.2006 - 0.15 (major bugfix release) - nasty deadlock in IM0 mode was eliminated 29.03.2006 - 0.14 - full memptr (BIT n,(HL) flags) support! it seems that all undocumented z80 features are emulated now. - undocumented flags were fixed for bit ...
29.03.2006 - 0.14 - full memptr (BIT n,(HL) flags) support! it seems that all undocumented z80 features are emulated now. - undocumented flags were fixed for bit n,reg8 17.03.2006 - 0.14pre1 - massive code reorganisation - include files are now ...
17.03.2006 - 0.14pre1 - massive code reorganisation - include files are now installed under include/z80ex - disassembler added 15.03.2006 - release 0.13 - more MEMPTR emulation - fixed nasty bug in DD/FD prefixes behavior 02.03.2006 - fixed IN A,(nn) ...
15.03.2006 - release 0.13 - more MEMPTR emulation - fixed nasty bug in DD/FD prefixes behavior 02.03.2006 - fixed IN A,(nn) (flags) 23.02.2006 - release 0.12 - fixed timings for LD IIh/IIl,nn (thanks to Restorer) 22.02.2006 - fixed timings for IIh/IIl ...
23.02.2006 - release 0.12 - fixed timings for LD IIh/IIl,nn (thanks to Restorer) 22.02.2006 - fixed timings for IIh/IIl undocumented opcodes 18.02.2006 - fixed undocumented flag effects for BIT n,(IX+d) - undocumented flag effects implemented for block ...
15.02.2006 - release 0.11 - added M1 state to memory read callback parameters - fixed DAA emulation (using table found in SMT's UnrealSpeccy) 11.02.2006 - minor API changes 10.02.2006 - release 0.1
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use