CHIP-8 in Common Lisp: the CPU

A while back I decided to try to write a Game Boy emulator in Common Lisp based on this series of articles. I made some good progress but eventually got bogged down because I was trying to learn a bunch of complex new things at once.

[…]

Instead of dragging on, I decided to take a break and try something simpler: a CHIP-8 emulator/interpreter. The CHIP-8 is much simpler than the Game Boy, which made it easier to experiment with the rest of the infrastructure.

In this post and a couple of future ones I’ll walk through all of my CHIP-8 emulator implementation.

10 Comments

  1. 2016-12-20 7:24 am
    • 2016-12-20 10:57 am
      • 2016-12-22 7:20 pm
    • 2016-12-20 1:17 pm
      • 2016-12-20 2:54 pm
      • 2016-12-20 3:32 pm
    • 2016-12-20 5:08 pm
      • 2016-12-21 7:18 pm
    • 2016-12-22 2:38 am
  2. 2016-12-20 3:47 pm