[dependencies.bitflags]
default-features = false
version = "2.10.0"
[dev-dependencies.env_logger]
default-features = false
version = "0.11.8"
[[example]]
name = "apple1"
path = "examples/apple1.rs"
[[example]]
name = "custom_instruction_set"
path = "examples/custom_instruction_set.rs"
[[example]]
name = "dma_loop"
path = "examples/dma_loop.rs"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[[example]]
name = "nestest"
path = "examples/nestest.rs"
[lib]
name = "ull65"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["emulators"]
description = "ull65 is a no_std CPU emulator for the MOS 6502 and WDC 65C02."
documentation = "https://docs.rs/ull65"
edition = "2024"
homepage = "https://github.com/patricktcoakley/ull"
keywords = ["6502", "emulator", "cpu", "nostd", "apple"]
license = "MIT"
name = "ull65"
readme = "README.md"
repository = "https://github.com/patricktcoakley/ull"
version = "0.1.0"
[[test]]
name = "fixture"
path = "tests/fixture.rs"
[[test]]
name = "functional"
path = "tests/functional.rs"