benzammour / cretro

👾 cretro - Yet another Chip 8 Emulator!
MIT License
4 stars 2 forks source link

feat: loop & memory optimizations #8

Closed marcluque closed 1 year ago

marcluque commented 1 year ago

This PR introduces some improvements for copy-loops. Furthermore, the machine initialization does not require copying the rom twice anymore, instead only once directly into memory.