Gameboy Emulator Development - Part 04

Опубликовано: 21 Октябрь 2024
на канале: Low Level Devel
4,977
97

Welcome to this Low Level Devel video series on creating a Gameboy emulator.

This video will cover finishing up the fetch_data() function to fetch data for all of the addressing modes.
It will also implement the LD instructions, which is a good chunk of all of the instructions.

Discord:   / discord  
Github: https://github.com/rockytriton/LLD_gbemu
Donate (Paypal/Venmo): [email protected]

The purpose of this video series will be to show you how to create your own gameboy emulator from scratch in C. You can translate this to any language you want, c++, c#, java, python, the concepts you learn here will help you to understand how an emulator is developed so you can program your own emulator in whichever language you choose.

I hope you learn a lot from this series and if you have any questions please join the discord server above for some good discussion!

Here's a link to the full playlist:
   • LLD - Gameboy Emulator Development