Balint Kovacs
60f2c5192d
Add save chip JEDEC ID to gamecard info
2021-03-18 00:28:44 +01:00
Balint Kovacs
f2e52bd1c7
Initial support for CARD2 read
...
Can I get card2 writing to work?
Am I _that_ good?
Will I break by copy of X?
I won't know until I try!
2021-03-18 00:28:44 +01:00
Balint Kovacs
dfb2dff352
Some groundwork for CARD2 save support
2021-03-18 00:28:44 +01:00
d0k3
8ebb74b0bc
Allow dumping NDS carts with secure area encrypted
...
Fixes #417
2021-01-30 13:22:05 +01:00
d0k3
647d5722aa
gamecart: Replaced ID file with info file
2020-12-24 15:53:59 +01:00
David Korth
25a22d30d0
gamecart: Added a gamecart_id.bin file.
...
This contains the 4-byte chip ID.
2020-12-24 15:53:59 +01:00
Balint Kovacs
84d5f800a9
Get rid of card_eeprom.c, move spi.c to card_spi.c
...
It was bugging me that there was two spi.c's
2019-10-11 16:24:08 +02:00
Balint Kovacs
fa741b265b
Write support for NTR saves
...
Why does this work? We are writing flash memories without erasing them,
and writing pages without regard to alignment. Yet it works?
2019-10-11 16:24:08 +02:00
Balint Kovacs
38d9a23427
Minor cleanup of gamecart.c
2019-10-11 16:24:07 +02:00
Balint Kovacs
f60a4c1f63
Add a vfile to show the JEDEC id for the inserted cart
...
This is meant to replace the Prompt I was using previously.
Fun fact: WarioWare DIY seems to have *something* on the SPI bus, as it
returns an ID of 0x000001 consistently. Or am I just glitching the
parallel flash? Or did I get a fake?
2019-10-11 16:24:07 +02:00
d0k3
01bc082ca0
Initial support of cartridge savegame reads
2019-10-11 16:24:07 +02:00
Wolfvak
d6c6f56526
fix compilation warnings due to unaligned packed structures in newer gcc
2019-09-29 19:53:27 +02:00
Wolfvak
beeea37d07
Revised Makefile
2017-11-17 19:37:45 +01:00