From 8eb7339f9543797e8fb1606d93d5b47ba0420db5 Mon Sep 17 00:00:00 2001 From: Brent Seidel Date: Tue, 25 Nov 2025 10:38:44 -0700 Subject: [PATCH] bbs_simcpu 0.4.0 (#1683) --- index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml diff --git a/index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml b/index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml new file mode 100644 index 00000000..df1a7605 --- /dev/null +++ b/index/bb/bbs_simcpu/bbs_simcpu-0.4.0.toml @@ -0,0 +1,23 @@ +name = "bbs_simcpu" +description = "CPU Simulator for multiple CPUs" +version = "0.4.0" + +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 "] +maintainers-logins = ["BrentSeidel"] +licenses = "GPL-3.0-or-later" +website = "https://github.com/BrentSeidel/Sim-CPU" +tags = ["cpu-simulator", "6502", "i8080", "i8085", "z80", "m68000"] + +[[depends-on]] +bbs = "~0.1.0" + +[origin] +commit = "00914dbc5d392f9c4dcac0aaa40aafdf7a3f3bdf" +url = "git+https://github.com/BrentSeidel/Sim-CPU.git" +