Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 312 Bytes

UltraCIC_C

Nintendo64 CIC clone written in C

This should run on every MCU which is fast enough to handle the IO operations. You just have to implement the low level gpio functions:

  • ReadBit() and
  • WriteBit().

Hardware connections

  • Data Clock Input (DCLK): CIC Pin 14
  • Data Line, Bidir (DIO): CIC Pin 15