mirror of
https://github.com/transistorfet/moa.git
synced 2024-10-31 19:04:37 +00:00
5740550c95
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
18 lines
335 B
TOML
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
|
|
|