RSSAmplifier

Blog

David Tyler's Blog

Recent content on David Tyler's Blog

blog.davetcode.co.ukRSS feed ↗4 posts

Latest posts

Bringing emulation into the 21st century

What happens when you apply 21st century application design to the emulation of old arcade machines? How much can we improve the emulation community?

Experiments in 8080 static/jit compilation

Is it possible to recompile 8080 assembly into CLR IL? Can that be extended to deliver the Space Invaders arcade machine as a dynamically recompiled CLR binary?

About

I’m a software engineering manager/architect who still gets to spend a decent chunk of his spare time working on real programming projects. This site is just an excuse for me to exercise my writing skills and to force me to “complete” each project. Github LinkedIn

NES Emulator in Rust

Writing a NES Emulator in Rust with no unsafe code and only compile time guarantees. Does rust provide good value when writing an emulator?