nes-proj/src/default_lowlevel.h

9 lines
137 B
C
Raw Normal View History

#ifndef LOWLEVEL_H
#define LOWLEVEL_H
void default_vreg_init(void);
2010-03-09 23:23:40 +00:00
void uart1_init(uint16_t inc, uint16_t mod, uint8_t samp);
#endif