bcallah db56783d33 Import devel/z80ex, a ZiLOG Z80 CPU emulation library.
ok benoit@

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. A disassembler is also included.
2020-07-02 14:32:39 +00:00

10 lines
313 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1.1.1 2020/07/02 14:32:39 bcallah Exp $
include/z80ex/
include/z80ex/z80ex.h
include/z80ex/z80ex_common.h
include/z80ex/z80ex_dasm.h
@static-lib lib/libz80ex.a
@lib lib/libz80ex.so.${LIBz80ex_VERSION}
@static-lib lib/libz80ex_dasm.a
@lib lib/libz80ex_dasm.so.${LIBz80ex_dasm_VERSION}