This file contains hidden or 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
here fantastic ticked for video games the thibetan deeming forever off to the side though was a system that delivered some great gaming experiences that many of us missed out on the seaside boasted an innovative library impressive to the visual and brought countless arcade gems home in spectacular fashion while it wasn't a commercial success it was considered by many to be the hard core gamester join us as we refute underdog and patribus to this awesome piece of gaming history shooting pastorates and going straight for saturn it's rattigan squad baby you thought you knew how to play the game but no one has played this hand this fast this real until now i come to an to the world of sustenance to the second anniversary of the reagans biporcatus september twenty seventh two thousand and fourteen in your host alex mort joining me on the special episode are bonker ha ha ha john the genius he has a gun and we have a special guest for the episode a fellow gaming potater and sagoths as mister neck of regeneration wel |
This file contains hidden or 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
/* Standard includes */ | |
#include <stdio.h> | |
/* HiFive1/FE310 includes */ | |
#include "sifive/devices/spi.h" | |
#include "platform.h" | |
#include "encoding.h" | |
#include "plic/plic_driver.h" | |
volatile int invert_LEDs = 0; |
This file contains hidden or 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
/* HiFive1/FE310 includes */ | |
#include "platform.h" | |
#include "encoding.h" | |
#include "plic/plic_driver.h" | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdbool.h> | |
#include <string.h> |