<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Emulation on Blaž Škufca</title><link>https://blazskufca.com/tags/emulation/</link><description>Recent content in Emulation on Blaž Škufca</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 16 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blazskufca.com/tags/emulation/index.xml" rel="self" type="application/rss+xml"/><item><title>CHIP-8 Emulator in Go</title><link>https://blazskufca.com/projects/chip-8-emulator/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0000</pubDate><guid>https://blazskufca.com/projects/chip-8-emulator/</guid><description>&lt;style&gt;
 .content:has(&gt; main.post) {
 justify-content: flex-start;
 }

 .wasm-demo {
 margin: 24px 0;
 }

 .wasm-demo__bar {
 display: flex;
 justify-content: flex-end;
 margin-bottom: 8px;
 }

 .wasm-demo__fs {
 padding: 6px 12px;
 color: #ddd;
 font-size: 0.9rem;
 line-height: 1;
 cursor: pointer;
 background: #1a1a1a;
 border: 1px solid #444;
 border-radius: 6px;
 }

 .wasm-demo__fs:hover {
 background: #2a2a2a;
 }

 .wasm-demo__frame {
 display: block;
 width: 100%;
 aspect-ratio: 16 / 10;
 background: #000;
 border: 1px solid #333;
 border-radius: 6px;
 }

 .wasm-demo__frame:fullscreen {
 width: 100vw;
 height: 100vh;
 aspect-ratio: auto;
 border: 0;
 border-radius: 0;
 }
&lt;/style&gt;
&lt;p&gt;A &lt;a href="https://en.wikipedia.org/wiki/CHIP-8"&gt;CHIP-8&lt;/a&gt; emulator written in Go with an embedded ROM collection, sound, and a searchable game menu. It runs natively and in the browser through WebAssembly.&lt;/p&gt;</description></item></channel></rss>