-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
30 lines (21 loc) · 846 Bytes
/
Copy pathREADME
File metadata and controls
30 lines (21 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
64DD Dump Tool
by LuigiBlood
Dumps 64DD Disks, IPL ROM, H8 Controller ROM, EEPROM and Registers to the SD Card.
Unlike most 64DD software, an Expansion Pak is not required to use this tool.
Compatible with:
- 64drive
- Everdrive 64
- Everdrive 64 X Series
- SummerCart64 (https://github.com/Polprzewodnikowy/SummerCart64)
NOT Compatible with:
- ED64 Plus
List of external libraries in use:
- USB UNFLoader (https://github.com/buu342/N64-UNFLoader)
- libcart (https://github.com/devwizard64/libcart)
- fatfs (https://github.com/devwizard64/libcart)
Building:
This version requires the Modern SDK setup that can be found here:
https://crashoveride95.github.io/n64hbrew/modernsdk/index.html
As well as libcart here:
https://github.com/devwizard64/libcart
You can use the Dockerfile for an automated building Docker image for compilation.