/gba_03_multiboot

Raspberry Pi GBA Loader

Primary LanguageC

Raspberry Pi GBA Loader - Rewrite version

## Description
This program is Rewrite version. https://github.com/akkera102/gba_01_multiboot 
and forked. https://github.com/MerryMage/gba-multiboot


## command log
$ gcc -Wall -o multiboot multiboot.c -lpigpio
$ sudo ./multiboot 2048.gba

Waiting for GBA...
Sending header.
Getting encryption and crc seeds.
Seeds: d0, 27, ffffc1d1
Sending...
Waiting for checksum...
Gba: 7113, Cal: 7113
Done.


## command log(old)
$ gcc -o multiboot multiboot.c -lwiringPi
$ sudo ./multiboot 2048.gba


## Author
MerryMage Aug  4, 2017(teensy version)
akkera102 Sep 17, 2018(raspberry pi version)


## License
CC0