- [NEW] Afegit modul debug
- [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
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mbc_none
|
||||
{
|
||||
void init();
|
||||
void init(uint8_t *rom, uint32_t rom_size, uint32_t ram_size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user