mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-14 08:55:06 +01:00
0c75bf8aed
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).
31 lines
767 B
C++
31 lines
767 B
C++
//******************************************
|
|
// NES MODULE
|
|
//******************************************
|
|
// unfinished and untested
|
|
|
|
/******************************************
|
|
Variables
|
|
*****************************************/
|
|
|
|
/******************************************
|
|
Menu
|
|
*****************************************/
|
|
void nesMenu() {
|
|
}
|
|
|
|
/******************************************
|
|
Setup
|
|
*****************************************/
|
|
|
|
/******************************************
|
|
Low level functions
|
|
*****************************************/
|
|
|
|
/******************************************
|
|
NES functions
|
|
*****************************************/
|
|
|
|
//******************************************
|
|
// End of File
|
|
//******************************************
|