diff options
author | Remy Starshade <[email protected]> | 2022-11-12 14:13:22 -0500 |
---|---|---|
committer | Remy Starshade <[email protected]> | 2022-11-12 14:13:22 -0500 |
commit | aee632642d176b1da9c143b1d92190670e11f0ab (patch) | |
tree | c024c376f798b6bf3513b333f0e8d7fbbba62f8d /Cart_Reader/N64.ino | |
parent | be8ebee87f4ec46964f842a667587949b7bb10e6 (diff) | |
download | cartreader-aee632642d176b1da9c143b1d92190670e11f0ab.tar.gz cartreader-aee632642d176b1da9c143b1d92190670e11f0ab.zip |
Add Voltage Selection Module
Diffstat (limited to 'Cart_Reader/N64.ino')
-rw-r--r-- | Cart_Reader/N64.ino | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cart_Reader/N64.ino b/Cart_Reader/N64.ino index 7ef9201..ca25723 100644 --- a/Cart_Reader/N64.ino +++ b/Cart_Reader/N64.ino @@ -113,6 +113,7 @@ static const char* const sectorOptionsN64[] PROGMEM = { N64SectorItem1, N64Secto // N64 start menu void n64Menu() { + vselect(true); // create menu with title and 5 options to choose from unsigned char n64Dev; // Copy menuOptions out of progmem |