mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
15 lines
No EOL
162 B
C++
15 lines
No EOL
162 B
C++
#include "types.h"
|
|
#include "dc/mem/sh4_internal_reg.h"
|
|
#include "sci.h"
|
|
|
|
|
|
//Init term res
|
|
void sci_Init()
|
|
{
|
|
}
|
|
void sci_Reset(bool Manual)
|
|
{
|
|
}
|
|
void sci_Term()
|
|
{
|
|
} |