diff --git a/README.md b/README.md
index b7f0008..522bc8c 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@
# News
March 2020: MSX1/2 emulation on Teensy4.0 (no SDRAM required)
-Mini-console prototype with 40 keys keyboard, keypad and 320x240 ST7789 display
+Mini-console prototype with 40 keys keyboard, keypad and 320x240 ST7789 display.
+The prototype supports of course all systems below where keyboard is supported!
https://youtu.be/j2sKw7KYpEo
@@ -72,6 +73,7 @@ Computer systems supported and status on various MCU platforms
| 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
@@ -131,7 +133,9 @@ Game console systems supported and status on various MCU platforms
- "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
- 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