index
:
cartreader
master
A shield for the Arduino Mega that can back up video game cartridges.
sanni
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Cart_Reader
/
N64.ino
Age
Commit message (
Expand
)
Author
2024-08-16
Remove more co-dependencies
sanni
2024-08-16
Fix flashing N64 repro and add progress bar
sanni
2024-08-16
#define ENABLE_FLASH now enables/disables all repro flash code
sanni
2024-08-16
Disable N64 controller test by default
sanni
2024-08-11
Change N64 timings
sanni
2024-06-30
Add support for Dezaemon 3D 768KB save (thx to saturnu)
sanni
2024-06-29
declare "Revision: " and "Serial: " as common string and reuse string
smesgr9000
2024-06-29
reuse common string "ROM Size: "
smesgr9000
2024-06-16
replace duplicate error string "Can't open file"
smesgr9000
2024-06-01
use common function to create file/folder and increment foldern counter
smesgr9000
2024-05-30
reuse n64 flashrom Xplorer command sequence
smesgr9000
2024-05-30
reuse n64 flashrom command sequence
smesgr9000
2024-05-30
reuse common strings, remove duplicate
smesgr9000
2024-05-26
add common function to open create folder, print message and open file. Remov...
smesgr9000
2024-05-26
replace custom folder creation function with common
smesgr9000
2024-05-25
remove duplicate code to print saving and increment of folder id
smesgr9000
2024-05-12
remove duplicate code to create folder
smesgr9000
2024-05-07
Fixed (added) missing FS() macro on some FSTRING constants
Ancyker
2024-03-02
Code optimization, cleanup, and stylization
Ancyker
2023-10-17
N64: Add error message if eeprom does not return data
sanni
2023-09-14
N64.ino: Handle reused global from FLASH.ino
Ancyker
2023-09-13
Remove unused variables in N64.ino
Ancyker
2023-09-12
Update N64.ino
Richard Weick
2023-09-10
Update N64.ino
Richard Weick
2023-09-08
Update N64.ino
Richard Weick
2023-09-07
Update N64.ino
Richard Weick
2023-08-18
Fix Xplorer_N64 dump
PsyK0p4T
2023-08-18
Add Xplorer 64 dump option to N64
sanni
2023-06-26
Cleanup voltage requests
Ancyker
2023-06-26
Change default mode in N64 controller range test
sanni
2023-06-26
Move automatic voltage selection from menu to setup functions
sanni
2023-05-10
Update N64.ino
PsyK0p4T
2023-03-29
Firmware Updater support, 3.3V Fix, and more
Ancyker
2023-02-25
typo fix
nsx0r
2023-02-10
Improve stability when dumping N64 with fastcrc option
sanni
2023-02-10
Fix SRAM overflow in N64/MD, turn LED red if CRC not found
sanni
2022-11-12
Add Voltage Selection Module
Remy Starshade
2022-10-31
Fix reading/writing 4MB HiROM
sanni
2022-10-31
All: Replace print_Error(*, boolean) calls with print_{,Fatal}Error(*)
Vincent Pelletier
2022-10-31
N64.ino: Factorise JoyBus-related code
Vincent Pelletier
2022-10-31
N64.ino: Assorted low-hanging fruits
Vincent Pelletier
2022-10-31
N64.ino: Build eeprom path and file name with snprintf_P
Vincent Pelletier
2022-10-31
N64.ino: Optimise controller CRC functions for speed
Vincent Pelletier
2022-10-28
Auto format
sanni
2022-10-28
All: Factorise title generation from cart.
Vincent Pelletier
2022-10-28
All: Factorise CRC functions.
Vincent Pelletier
2022-10-28
All: Use f.seekCur(x) instead of f.seekSet(f.curPosition() + x)
Vincent Pelletier
2022-10-28
All: Resolve all compiler and linker warnings
Vincent Pelletier
2022-10-28
N64.ino: Remove unused function
Vincent Pelletier
2022-10-28
All: Make flashid an integer
Vincent Pelletier
[next]