Monday, October 7, 2024

Show HN: Running Game Boy ROMs on the STM32 ARM Cortex Microcontroller https://ift.tt/pvqGyLJ

Show HN: Running Game Boy ROMs on the STM32 ARM Cortex Microcontroller Got Tetris running on a 26€ STM32F429 Discovery board emulating the Game Boy CPU and graphics on the ARM Cortex M4. Really fun project to hack together, need to try the original Game Boy Pokemon (red/blue) games next. https://ift.tt/n7fqCOS October 8, 2024 at 10:33AM

No comments:

Post a Comment

Show HN: LoopMix128 – Fast C PRNG (.46ns), 2^128 Period, BigCrush/PractRand Pass https://ift.tt/FWgdlMe

Show HN: LoopMix128 – Fast C PRNG (.46ns), 2^128 Period, BigCrush/PractRand Pass LoopMix128 is a fast C PRNG I wrote for non-cryptographic t...