mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-01 07:41:48 +01:00
9 lines
119 B
C
9 lines
119 B
C
|
#include "gpio.h"
|
||
|
#include "io_dma.h"
|
||
|
|
||
|
|
||
|
void sc64_init(void) {
|
||
|
sc64_io_dma_init();
|
||
|
sc64_gpio_init();
|
||
|
}
|