cartreader/Cart_Reader/NES.ino
sanni 0c75bf8aed V3.5 Change Menu and add Sega CD Ram Cart
Thanks to skaman for the Sega CD Ram Cart code.  Writes to the Sega CD Backup RAM Cart require an extra wire from MRES (B02) to VRES (B27).
2019-09-01 14:36:53 +02:00

31 lines
767 B
C++

//******************************************
// NES MODULE
//******************************************
// unfinished and untested
/******************************************
Variables
*****************************************/
/******************************************
Menu
*****************************************/
void nesMenu() {
}
/******************************************
Setup
*****************************************/
/******************************************
Low level functions
*****************************************/
/******************************************
NES functions
*****************************************/
//******************************************
// End of File
//******************************************