get this started (just laying bases for now)

This commit is contained in:
Arisotura 2021-04-09 15:29:04 +02:00
parent d5dbef2c22
commit af3fa1236e
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,16 @@
#include "types.h"
// required class design
// * interface bits (init/reset/writeregs) static
// * cart-specific bits in class
// * responding to cart commands
// * forwarding response data
// * forwarding cart IRQ (for ie. pokémon typing cart, or when ejecting cart)
// * responding to SPI commands
// * saveRAM management (interface between emulated SRAM interface and save file)
// * DLDI shito (for homebrew)
namespace NDSCart
{