Update README.md
This commit is contained in:
parent
31fbb01578
commit
377bad41e3
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -6,7 +6,8 @@
|
||||||
# News
|
# News
|
||||||
|
|
||||||
March 2020: MSX1/2 emulation on Teensy4.0 (no SDRAM required)<br>
|
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>
|
https://youtu.be/j2sKw7KYpEo <br>
|
||||||
<br>
|
<br>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
@ -72,6 +73,7 @@ Computer systems supported and status on various MCU platforms<br>
|
||||||
| C64 | X | X | X | X | X |
|
| C64 | X | X | X | X | X |
|
||||||
| Atari 520ST | - | full speed! | X | - | slow |
|
| Atari 520ST | - | full speed! | X | - | slow |
|
||||||
| 8086 XT PC | - | 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>
|
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
|
- "pce" => for PC Engine, put your ".pce" files here
|
||||||
- "gameboy" => for Gameboy and GBColor, put your ".gb"/"gbc" 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
|
- "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
|
-- insert the card into the SD slot
|
||||||
|
|
||||||
# Compilation/flashing (Teensy)
|
# Compilation/flashing (Teensy)
|
||||||
|
|
@ -210,6 +214,10 @@ Game console systems supported and status on various MCU platforms<br>
|
||||||
- Nearly Full speed with rarely sound
|
- Nearly Full speed with rarely sound
|
||||||
- Some background rotation issue
|
- Some background rotation issue
|
||||||
- Some games do not start
|
- Some games do not start
|
||||||
|
- MSX1/2:
|
||||||
|
- Full speed with sound
|
||||||
|
- up to 256KB roms
|
||||||
|
- some games are not working as uridium2
|
||||||
|
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue