mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-05 06:07:28 +00:00
f8083db181
Special thanks to raddad772 https://github.com/raddad772 Also added some fixes to the Z80 for panicking math operations, but it still won't complete due to an unimplemented instruction
14 lines
293 B
TOML
14 lines
293 B
TOML
[package]
|
|
name = "rad_tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
moa_core = { path = "../../emulator/core" }
|
|
moa_z80 = { path = "../../emulator/cpus/z80" }
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
flate2 = "1.0"
|
|
clap = { version = "3.2.20", features = ["derive"] }
|