kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
Update README.md
rodzic
ef0ba3be8a
commit
6ecf35c0c8
21
README.md
21
README.md
|
@ -5,7 +5,9 @@
|
||||||
|
|
||||||
# News
|
# News
|
||||||
|
|
||||||
Nov 2019: PC-Engine 'tiny' emulator running on Teensy 4.0 using an extra 8MB SPI RAM (PSRAM) <br>
|
Nov 2019: Gameboy, Sega Master System/ GameGear and Megadrive/Genesis emulator running with extra 8MB SPI RAM (PSRAM) <br>
|
||||||
|
|
||||||
|
Oct 2019: PC-Engine 'tiny' emulator running on Teensy 4.0 using an extra 8MB SPI RAM (PSRAM) <br>
|
||||||
https://youtu.be/Ot9RgDMqdF4<br>
|
https://youtu.be/Ot9RgDMqdF4<br>
|
||||||
GFX bug due to objs cache limitation is now fixed!
|
GFX bug due to objs cache limitation is now fixed!
|
||||||
<br>
|
<br>
|
||||||
|
@ -74,6 +76,9 @@ Game console systems supported and status on various MCU platforms<br>
|
||||||
| Nintendo NES | X | big roms! | X | X | X |
|
| Nintendo NES | X | big roms! | X | X | X |
|
||||||
| Vectrex | - | full speed! | X | - | slow |
|
| Vectrex | - | full speed! | X | - | slow |
|
||||||
| PC Engine | - | - | X | - | - |
|
| PC Engine | - | - | X | - | - |
|
||||||
|
| Gameboy/GBColor | - | - | X | - | - |
|
||||||
|
| Sega Master System/Game Gear | - | - | X | - | - |
|
||||||
|
| Sega Genesis/Megadrive | - | - | X | - | - |
|
||||||
|
|
||||||
# Minimal requirements:
|
# Minimal requirements:
|
||||||
- Teensy3.6/Teensy4.0 or ESP32 Node32S/Wrover SDK chip
|
- Teensy3.6/Teensy4.0 or ESP32 Node32S/Wrover SDK chip
|
||||||
|
@ -114,7 +119,10 @@ Game console systems supported and status on various MCU platforms<br>
|
||||||
- "pc" => for 8086, put your HDD image ".img"
|
- "pc" => for 8086, put your HDD image ".img"
|
||||||
- "vectrex" => for Vectrex, put your ".gam" files here
|
- "vectrex" => for Vectrex, put your ".gam" files here
|
||||||
- "pce" => for PC Engine, put your ".pce" files here
|
- "pce" => for PC Engine, put your ".pce" files here
|
||||||
- insert the card into the SD slot
|
- "gameboy" => for Gameboy and GBColor, put your ".gb"/"gbc" files here
|
||||||
|
- "sms" => for Sega Master System/Game Gear, put your ".sms"/"gg" files here
|
||||||
|
- "gen" => for Sega Genesis/Megadrive, put your ".smd"/"bin" files here
|
||||||
|
-- insert the card into the SD slot
|
||||||
|
|
||||||
# Compilation/flashing (Teensy)
|
# Compilation/flashing (Teensy)
|
||||||
- open the respective ino file with Arduino SDK
|
- open the respective ino file with Arduino SDK
|
||||||
|
@ -183,6 +191,15 @@ Game console systems supported and status on various MCU platforms<br>
|
||||||
- .pce roms support
|
- .pce roms support
|
||||||
- Nearly full speed with sound
|
- Nearly full speed with sound
|
||||||
- Some games hang or do not start as Outrun, Powerdrift...
|
- Some games hang or do not start as Outrun, Powerdrift...
|
||||||
|
- SMS/GG (Sega Master System/Game Gear):
|
||||||
|
- Full speed with sound
|
||||||
|
- Gameboy (and Game Boy Color):
|
||||||
|
- Full speed with sound
|
||||||
|
- Major missing background issue
|
||||||
|
- Genesis (Sega Megadrive):
|
||||||
|
- Nearly Full speed with rarely sound
|
||||||
|
- Some background rotation issue
|
||||||
|
- Some games do not start
|
||||||
|
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
|
|
Ładowanie…
Reference in New Issue