Emulators on microcontrollers: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 9: | Line 9: | ||
Barebones Note: what is the STM32 | Barebones Note: what is the STM32 | ||
==STM32== | ==STM32== | ||
* [https://github.com/sash13/chip8-stm32 CHIP-8 STM32] - [[CHIP-8]] interpreter. | * [https://github.com/sash13/chip8-stm32 CHIP-8 STM32] - [[CHIP-8 interpreters|CHIP-8]] interpreter. | ||
* [https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32] - [[CHIP-8]] interpreter. | * [https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32] - [[CHIP-8 interpreters|CHIP-8]] interpreter. | ||
* [https://github.com/mrheosuper/STM32-Snes-Emulator STM32 SNES Emulator] - [[SNES]] emulator. | * [https://github.com/mrheosuper/STM32-Snes-Emulator STM32 SNES Emulator] - [[SNES]] emulator. | ||
* [https://github.com/Daparrag/STM32-NeS STM32 NeS] - [[NES]] emulator. | * [https://github.com/Daparrag/STM32-NeS STM32 NeS] - [[NES]] emulator. | ||
| Line 23: | Line 23: | ||
Barebones Note: what is the ESP series? | Barebones Note: what is the ESP series? | ||
==ESP8266== | ==ESP8266== | ||
* [https://github.com/ESPboy-edu/ESPboy_CHIP8 ESPboy] - [[CHIP-8]] interpreter. | * [https://github.com/ESPboy-edu/ESPboy_CHIP8 ESPboy] - [[CHIP-8 interpreters|CHIP-8]] interpreter. | ||
* [https://github.com/anabolyc/Tamagotchi Tamagotchi] - [[Tamagotchi]] Emulator. | * [https://github.com/anabolyc/Tamagotchi Tamagotchi] - [[Tamagotchi]] Emulator. | ||
==ESP32== | ==ESP32== | ||
* [https://github.com/rpsubc8/ESP32TinyChip8 TinyChip8] - [[CHIP-8]] interpreter. | * [https://github.com/rpsubc8/ESP32TinyChip8 TinyChip8] - [[CHIP-8 interpreters|CHIP-8]] interpreter. | ||
* [https://github.com/lualiliu/esp32-gameboy esp32-gameboy] - [[GB|Game Boy]] emulator. | * [https://github.com/lualiliu/esp32-gameboy esp32-gameboy] - [[GB|Game Boy]] emulator. | ||
* [https://github.com/Ryuzaki-MrL/Espeon Espeon]- [[GB|Game Boy]] emulator. | * [https://github.com/Ryuzaki-MrL/Espeon Espeon]- [[GB|Game Boy]] emulator. | ||
| Line 43: | Line 43: | ||
=Texas Instruments= | =Texas Instruments= | ||
==TM4C== | ==TM4C== | ||
* [https://github.com/shii-ro/TIVA8 TIVA8] - [[CHIP-8]] interpreter for TM4C123. | * [https://github.com/shii-ro/TIVA8 TIVA8] - [[|CHIP-8 interpreters|CHIP-8]] interpreter for TM4C123. | ||
==See also== | ==See also== | ||