Writing a 6502 emulator in Python

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • py65

    Emulate 6502-based microcomputer systems in Python

  • Here’s a working one already https://github.com/mnaberez/py65

  • py_z80

    A Python emulator for the Z80 CPU.

  • A while back I wrote a z80 emulator in python. Works ok, but it was quite slow. I'm blaming python. More recently I wrote a 6502 emulator in golang. This is better than realtime (@1MHz) and is a nicer language to write such things in IMO. Also: The 6502 is a better chip than the Z80. About the same function/performance, a simpler ISA and half the transistors.

  • 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 logo
  • bender

    Kill All The Humans (by deadsy)

  • A while back I wrote a z80 emulator in python. Works ok, but it was quite slow. I'm blaming python. More recently I wrote a 6502 emulator in golang. This is better than realtime (@1MHz) and is a nicer language to write such things in IMO. Also: The 6502 is a better chip than the Z80. About the same function/performance, a simpler ISA and half the transistors.

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