Emulating a Parallel Memory chip at the circuit level:

This page summarizes the projects mentioned and recommended in the original post on /r/EmuDev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • chips

    8-bit chip and system emulators in standalone C headers

  • There's a project on GitHub of similar nature -- it has include-able .h files emulating 8-bit computer chips on the pin level, and bus state is also held in a 64-bit value: https://github.com/floooh/chips/blob/master/chips/m6502.h

  • Clock-Signal

    An emulator that operates at the bus level (ie, all components communicate only using the same individual digital pathways as the original hardware, responding to a clock signal, etc); currently implemented: the Z80 and the various other parts that make up a ZX80 and a ZX81.

  • Cool. Mine's here. Even for what it is, it leaves a lot to be desired in terms of implementation — e.g. if I were to do it again I'd probably use C++ and a template to eliminate the runtime loops associated with component collections, and I might elevate the clock signal to being the only thing that causes a new round of signalling, or at least make that a template option. At present no line has special significance.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What do you want to watch next? This is why I built GoodWatch.

    6 projects | dev.to | 5 May 2024
  • BlackHole: macOS Audio Loopback Driver

    1 project | news.ycombinator.com | 5 May 2024
  • Tasmota: Open-source firmware for ESP devices

    3 projects | news.ycombinator.com | 5 May 2024
  • Drink Me: (Ab)Using a LLM to Compress Text

    2 projects | news.ycombinator.com | 4 May 2024
  • Credentials Fetcher

    1 project | news.ycombinator.com | 5 May 2024