moa/Cargo.toml
transistor 5740550c95 Non-working implementation of the ym2612 envelope
It does something, but doesn't work as it should.  It could be a few
things including the on/off signal being too slow due to how time
works in the sample generation, but I wanted to at least commit what
I have.  It seems to work roughly right according to the forum post
that describes the chip's operation in detail, but there could still
be some glaring bugs
2023-04-23 10:38:33 -07:00

18 lines
335 B
TOML

[workspace]
members = [
"emulator/core",
"emulator/frontends/common",
"emulator/frontends/console",
"emulator/frontends/minifb",
"tests/harte_tests"
]
exclude = [
"emulator/frontends/pixels",
"emulator/frontends/macroquad",
]
default-members = ["emulator/frontends/minifb"]
[profile.release]
debug = true