aboutsummaryrefslogtreecommitdiff
path: root/crates/readrom
Commit message (Expand)AuthorAgeFilesLines
* Remove .github directoryMiquel Sabaté Solà2026-07-221-1/+1
* readrom: only read the ROM file onceMiquel Sabaté Solà2026-07-161-15/+14
* readrom: add an option to disassemble the full fileMiquel Sabaté Solà2026-07-161-2/+39
* readrom: allow to disassemble a mappingMiquel Sabaté Solà2026-07-161-22/+117
* readrom: fix versioning on the Cargo manifestMiquel Sabaté Solà2026-07-151-1/+1
* readrom: implement the -d/--disassemble optionMiquel Sabaté Solà2026-07-153-6/+406
* readrom: print the usual PRG-RAM size if availableMiquel Sabaté Solà2026-07-131-0/+3
* Minor style fixes from an upgraded clippyMiquel Sabaté Solà2026-07-091-1/+1
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-081-1/+0
* readrom: Add detection of RAM, Timing and mirroringMiquel Sabaté Solà2025-09-121-8/+40
* Add -h and -v options on the help messageMiquel Sabaté Solà2025-09-021-1/+3
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-171-3/+3
* Remove the dependency on clapMiquel Sabaté Solà2025-01-222-18/+62
* readrom: Print addresses for vectorsMiquel Sabaté Solà2025-01-141-1/+39
* readrom: Remove the derive feature from clapMiquel Sabaté Solà2025-01-102-14/+18
* Remove anyhow from xa65 and readromMiquel Sabaté Solà2025-01-102-9/+17
* Add the readrom binaryMiquel Sabaté Solà2024-12-182-0/+67