Skip to content

Instantly share code, notes, and snippets.

@mifritscher
mifritscher / kmain.c
Created April 8, 2022 19:26
ps/2 for rosco68k
/*
* Copyright (c) 2020 You (you@youremail.com)
*/
// Some function copied from dua_gpi_spi.h
// Part of the PS/2 algorithm borrowed from http://www.technoblogy.com/show?1GYR
#include <stdio.h>
#include <machine.h>