Skip to content

Instantly share code, notes, and snippets.

View ImpossibleFinger379's full-sized avatar

ImpossibleFinger379

  • Joined Apr 25, 2026
View GitHub Profile
@ImpossibleFinger379
ImpossibleFinger379 / claude_nes_emulator.html
Last active April 26, 2026 12:23
A NES emulator written by Claude
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NROM NES Emulator</title>
<style>
* { box-sizing: border-box; }
body { background:#111; color:#ddd; font-family:sans-serif; text-align:center; margin:0; padding:0; }
/* ── Menu Bar ── */