Skip to content

Instantly share code, notes, and snippets.

@lifning
lifning / libsnes-pygame.py
Created November 23, 2011 19:35
Quick and dirty libsnes-based emulator using pygame.
#!/usr/bin/env python2
import sys, getopt, ctypes, struct
import pygame, numpy
from snes import core as snes_core
# libsnes library to use by default.