Skip to content

Commit cb3527b

Browse files
committed
edit README
1 parent f7a4596 commit cb3527b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Launchers/retro-esp32/sdkconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
3737
#
3838
# Serial flasher config
3939
#
40-
CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART"
40+
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV7"
4141
CONFIG_ESPTOOLPY_BAUD_115200B=
4242
CONFIG_ESPTOOLPY_BAUD_230400B=
4343
CONFIG_ESPTOOLPY_BAUD_921600B=y

Launchers/retro-esp32/sdkconfig.old

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ CONFIG_MONITOR_BAUD=115200
8282
#
8383
# Retro ESP32 Configuration
8484
#
85-
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
86-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
87-
CONFIG_DEFAULT_MENU_KEY=y
88-
CONFIG_COMBO_MENU_KEY=
85+
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
86+
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
87+
CONFIG_DEFAULT_MENU_KEY=
88+
CONFIG_COMBO_MENU_KEY=y
8989

9090
#
9191
# Partition Table

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
2727
- [x] Config for both ILI9341/2
2828

2929
## Supported Emulators
30-
> What else do you need to know, there are 10 currently supported
30+
> What else do you need to know, there are 11 currently supported
3131
3232
- [x] Nintendo Entertainment System
3333
- [x] Nintendo Game Boy
@@ -39,6 +39,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
3939
- [x] Atari 2600
4040
- [x] Atari 7800
4141
- [x] Atari Lynx
42+
- [x] PC Engine
4243
- [ ] Commodore 64
4344
- [ ] Nintendo Game & Watch
4445

Scripts/helpers/bauds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# port
44
bauds() {
55

6-
BAUDS=("115200" "230400" "460800" "460800" "921600" "2000000")
6+
BAUDS=("115200" "230400" "460800" "921600" "2000000")
77
OPTION="${monkey} ${red}Please Select ${cyan}Baud Rate${nc}"
88
echo "\n--------------------------------------------------------------------------"
99
echo "\n${OPTION}"

0 commit comments

Comments
 (0)