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?
Recent content on David Tyler's Blog
What happens when you apply 21st century application design to the emulation of old arcade machines? How much can we improve the emulation community?
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?
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
Writing a NES Emulator in Rust with no unsafe code and only compile time guarantees. Does rust provide good value when writing an emulator?