mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
31 lines
767 B
Arduino
31 lines
767 B
Arduino
|
//******************************************
|
||
|
// NES MODULE
|
||
|
//******************************************
|
||
|
// unfinished and untested
|
||
|
|
||
|
/******************************************
|
||
|
Variables
|
||
|
*****************************************/
|
||
|
|
||
|
/******************************************
|
||
|
Menu
|
||
|
*****************************************/
|
||
|
void nesMenu() {
|
||
|
}
|
||
|
|
||
|
/******************************************
|
||
|
Setup
|
||
|
*****************************************/
|
||
|
|
||
|
/******************************************
|
||
|
Low level functions
|
||
|
*****************************************/
|
||
|
|
||
|
/******************************************
|
||
|
NES functions
|
||
|
*****************************************/
|
||
|
|
||
|
//******************************************
|
||
|
// End of File
|
||
|
//******************************************
|