mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
get this started (just laying bases for now)
This commit is contained in:
@ -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<6F>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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user