Creating A Chip-8 Emulator In C
- Description
- Curriculum
- FAQ
- Reviews
In this fantastic course you will learn how to create your very own emulator for the Chip-8 in the C programming language. The Chip-8 is a virtual machine from the mid 1970s designed to make game development easier.
This course is great for anyone who has programming experience and would love to create an emulator but just does not know where to start or has attempted to do it but ran into problems
You are taken through every step of emulator creation, throughout this course we start by setting up our project, then we start writing code to emulate the display and keyboard from the era. We soon move to simulating the entire Chip-8 instruction set.
After you complete this course you will have a fully functioning Chip-8 emulator that can run space invaders, pong and many other classic games.
-
5Implementing The MemoryVideo lesson
In this lecture we implement the memory or RAM of the Chip-8
-
6Creating The RegistersVideo lesson
In this lecture we cover the creation of registers in the Chip-8. Registers allow Chip-8 programs to store temporary information
-
7Creating The StackVideo lesson
The Chip-8 Stack allows Chip-8 programs to store addresses from subroutine calls, this allows Chip-8 programs to call subroutines and return later on
-
8Creating The KeyboardVideo lesson
In this lecture we implement the Chip-8 keyboard so that users using our emulator will be able to play the Chip-8 games we are emulating
-
9Initializing The Chip-8Video lesson
This lecture covers us initializing the Chip-8 to ensure that their is nothing uninitialized when we emulate
-
10Creating The Default Character SetVideo lesson
-
11Creating The DisplayVideo lesson
-
12Drawing Sprites To The ScreenVideo lesson
-
13Implementing The Delay TimerVideo lesson
Chip-8 has a delay timer used by the Chip-8 programs to delay the interpreter
-
14Implementing The Sound TimerVideo lesson
Chip-8 has a sound timer that is used by the Chip-8 programs to sound a tone for a certain interval
-
15Starting The Creation Of The Instruction Set SimulatorVideo lesson
In this lecture we start preparing for the implementation of the Chip-8 instruction set
-
16Implementing The Chip-8 Instruction SetVideo lesson
This lecture we implement the entire Chip-8 instruction set and have a working emulator that's capable of playing space invaders, pong and more!
External Links May Contain Affiliate Links read more