-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# RomDumper | ||
Dumps the ROM and RAM from the official casio calculator emulators | ||
|
||
`dump.exe <Emulator PID>` | ||
`dump.exe <target> <Emulator PID>` | ||
|
||
You can find the emulator PID from the "Details" tab in task manager | ||
|
||
The target is either `o`, `a` or `oa` specifying ROM, RAM and both respectively | ||
|
||
It will attempt to automatically determine the ROM code, but will default to "dump" if it cannot | ||
|
||
Pre-built binaries can be downloaded from [here](https://github.com/fxesdev/RomDumper/releases) |