- [NEW] Afegit tagging de memòria - [NEW] modul mbc_none funcional - [NEW] Afegit modul main base del programa - [NEW] Afegits Makefile i .gitignore - Primera execució. No arriba a 0x0100 - [FIX] Corregida la representació del ensamblador cap enrere
8 lines
124 B
C++
8 lines
124 B
C++
#pragma once
|
|
#include <stdint.h>
|
|
|
|
namespace mbc_none
|
|
{
|
|
void init(uint8_t *rom, uint32_t rom_size, uint32_t ram_size);
|
|
}
|