Gameboy Emulator Development - Part 01

Опубликовано: 21 Октябрь 2024
на канале: Low Level Devel
59,284
1.2k

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

This first video will be primarily setup and some information about the documentation and structure of the project, and will start off with loading the cartridge.

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