Cargo Features

emu6502 has no features set by default.

[dependencies]
emu6502 = { version = "0.1.1", features = ["defaults", "ugly_vm", "debug_vm", "pretty_vm", "super_vm"] }
defaults

Enables pretty_printing of vm6502

Sister project dependencies

ugly_vm

Enables full_debug_printing of vm6502

debug_vm

Enables debug_printing of vm6502

pretty_vm

Enables pretty_printing of vm6502

super_vm

Enables ops_only, show_fetched and show_vm_instr_tick_match of vm6502