bbs_simcpu 0.3.2 (#1402)

This commit is contained in:
Brent Seidel
2025-03-07 02:23:40 -07:00
committed by GitHub
parent 5e0f3a1347
commit 72662c6c92
+23
View File
@@ -0,0 +1,23 @@
name = "bbs_simcpu"
description = "CPU Simulator for multiple CPUs"
version = "0.3.2"
long-description="""
This contains simulators for the 6502, 8080/8085/Z80 and 680000/68008 processors.
More will probably be added with time.
"""
authors = ["Brent Seidel"]
maintainers = ["Brent Seidel <brentseidel@mac.com>"]
maintainers-logins = ["BrentSeidel"]
licenses = "GPL-3.0-or-later"
website = "https://github.com/BrentSeidel/Sim-CPU"
tags = ["cpu-simulator", "6502", "i8080", "z80", "m68000"]
[[depends-on]]
bbs = "~0.1.0"
[origin]
commit = "4d3446b607116be48bff7bb4c9093241ffbfce77"
url = "git+https://github.com/BrentSeidel/Sim-CPU.git"