Skip to content

Instantly share code, notes, and snippets.

@angelsl
Last active October 29, 2017 17:59
Show Gist options
  • Save angelsl/636296bed4bbde8dc0a7ee2c5791e367 to your computer and use it in GitHub Desktop.
Save angelsl/636296bed4bbde8dc0a7ee2c5791e367 to your computer and use it in GitHub Desktop.
weird r4isdhc 2013 cart
flags = 0xA7406050, size = 4, unless otherwise stated
C5 00 00 00 00 00 00 00 (version in some BCD format) (possibly read flash? dunno)
C2 AA AA 55 55 00 00 00 (?)
C2 AA AA 55 55 00 00 00
D0 00 00 00 00 00 00 00 (size = 0) (probably write enable)
C2 AA AA 55 55 00 00 00
D4 xx xx xx 00 01 00 00 (size = 0) (erase 0x10000)
C0 00 00 00 00 00 00 00 (repeats this until response = 0)
D4 xx xx xx yy 03 00 00 (size = 0) (write byte y at address x)
C0 00 00 00 00 00 00 00 (repeats this until response = 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment