I finally wrote my first ever emulator (GameBoy)

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • NoobBoy

    A simple GameBoy emulator written in C++

  • https://github.com/Mika412/NoobBoy

  • khednes

    An NES emulator, built as a personal project

  • https://github.com/khedoros/khednes Don't take that as an example of anything...Initial code was written around 2007, most of the core development around 2010 and 2012, spottily updated since then, and it really ended up being more about experimentation than writing a good emulator (or good c++, for that matter). Some examples: there's a pretty janky detection of idle loops in the CPU, tile caching in the PPU, and the idea of compositing the screen together line-by-line, in an attempt to allow mid-screen scrolling.

  • 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
  • ghostliNES

    Go NES emulator

  • https://github.com/khedoros/ghostlines Much more recent, still in-progress (scrolling is a big TODO, and no audio yet). Golang instead of C++.

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

  • 328 points in 5 hours

    1 project | /r/fastvoted | 10 Jul 2022
  • I finally wrote my first ever emulator (GameBoy)

    4 projects | /r/programming | 10 Jul 2022
  • Game Boy PPU Pixel Pipeine

    6 projects | /r/EmuDev | 3 Feb 2023
  • [GameBoy] Problem with CD instruction.

    9 projects | /r/EmuDev | 26 Jan 2022
  • Strange coin-incrementing bug in Super Mario Land in my Game Boy emulator in C. Advice please?

    3 projects | /r/EmuDev | 25 Aug 2021