rzumer / dez80

A Z80 instruction decoding and (dis)assembly library.
MIT License
4 stars 1 forks source link

Derive Clone and other useful traits for storage structs #19

Closed rzumer closed 8 months ago

rzumer commented 8 months ago

Definitely Debug as well.

rzumer commented 8 months ago

Only InstructionDecoder lacked Clone and Debug. Fixed in #21.