Update README.md

pull/9/head
Jean-MarcHarvengt 2020-03-15 17:43:51 +01:00 zatwierdzone przez GitHub
rodzic 31fbb01578
commit 377bad41e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,8 @@
# News
March 2020: MSX1/2 emulation on Teensy4.0 (no SDRAM required)<br>
Mini-console prototype with 40 keys keyboard, keypad and 320x240 ST7789 display<br>
Mini-console prototype with 40 keys keyboard, keypad and 320x240 ST7789 display.
The prototype supports of course all systems below where keyboard is supported!<br>
https://youtu.be/j2sKw7KYpEo <br>
<br>
<p align="center">
@ -72,6 +73,7 @@ Computer systems supported and status on various MCU platforms<br>
| C64 | X | X | X | X | X |
| Atari 520ST | - | full speed! | X | - | slow |
| 8086 XT PC | - | full speed! | X | - | slow |
| MSX1/2 | - | full speed! | X | - | - |
Please compile for smallest code on the Teensy4.0 else you will run out of memory<br><br>
@ -131,7 +133,9 @@ Game console systems supported and status on various MCU platforms<br>
- "pce" => for PC Engine, put your ".pce" files here
- "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
- "gen" => for Sega Genesis/Megadrive, put your ".smd"/"bin" files here
- "msx" => for MSX roms, put your ".rom"/".msx2" files here. MSX system roms in msx/roms
-- insert the card into the SD slot
# Compilation/flashing (Teensy)
@ -210,6 +214,10 @@ Game console systems supported and status on various MCU platforms<br>
- Nearly Full speed with rarely sound
- Some background rotation issue
- Some games do not start
- MSX1/2:
- Full speed with sound
- up to 256KB roms
- some games are not working as uridium2
# Running