jago85 / UltraCIC_C

Nintendo64 CIC clone written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nintendo64 CIC clone written in C

License:MIT License


Languages

Language:C 100.0%