Balint Kovacs 556c75c337 Fix many bugs by simplifying SPICARD init
* Fixed card reading (I didn't notice I broke it)
* Fixed cart swapping
* Still unsupported: CTR carts
* Still hangs if cart has no SPI flash (see WarioWare DIY)

The initialization code was simplified to only enable the SPICARD
interface, which assumes the *TRCARD interface has been initialized
beforehand.
To keep things simple, I just wrapped SPIWriteRead with SPICARD_Init and
SPICARD_deinit (which does the exact opposite)
2019-10-11 16:24:07 +02:00
..
2019-10-05 20:00:14 +02:00
2019-01-09 01:05:48 +01:00
2019-09-29 19:53:30 +02:00
2019-10-04 18:26:08 +02:00
2019-06-03 02:28:26 +02:00
2019-09-29 19:53:28 +02:00
2017-11-17 19:37:45 +01:00
2019-10-06 22:28:57 +02:00
2019-10-06 22:28:57 +02:00
2017-11-17 19:37:45 +01:00
2019-06-03 02:28:25 +02:00