Abde5 / GBT-Emulator

A GameBoy emulator that is being developed as a pedagogic experience live on Twitch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameBoy Twitch - Un emulador desarrollado totalmente en vivo desde Twitch

ES

En este repositorio encontraréis el avance del emulador de Gameboy que desarrollamos en mi canal de Twitch.

Requisitos:

  • GCC
  • GNU Make

Uso

Podéis compilarlo con el Makefile (en el directorio):

make

Para ejecutarlo, el makefile os generará un archivo gbt (Linux) o gbt.exe (Windows) que deberéis ejecutar así:

Linux:

./gbt ROM_NAME

Windows:

./gbt.exe ROM_NAME

donde ROM_NAME es el nombre de vuestra rom.

Recursos

Este emulador está basado en estos recursos (lista no exhaustiva):


EN

In this repository you will find the progress done on the Gameboy emulator that I am developing live on my Twitch channel.

Requirements:

  • GCC
  • GNU Make

Usage

You can compile the emulator with our Makefile with the command:

make

To execute it, the make command will generate a file gbt (Linux) or gbt.exe (Windows) that you may execute like this:

Linux:

./gbt ROM_NAME

Windows:

./gbt.exe ROM_NAME

where ROM_NAME is the name of our rom.

Recursos

This emulator is based on the following resources (list is not exhaustive):

About

A GameBoy emulator that is being developed as a pedagogic experience live on Twitch.

License:MIT License


Languages

Language:C 99.8%Language:Makefile 0.2%Language:Python 0.0%