Gameboy Emulator Development - Part 02

Опубликовано: 29 Октябрь 2024
на канале: Low Level Devel
15,551
258

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

This video will start reading the ROM data from the cartridge and setting up the code for defining instructions and preparing to execute them.

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