File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
37
37
#
38
38
# Serial flasher config
39
39
#
40
- CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
40
+ CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV7 "
41
41
CONFIG_ESPTOOLPY_BAUD_115200B=
42
42
CONFIG_ESPTOOLPY_BAUD_230400B=
43
43
CONFIG_ESPTOOLPY_BAUD_921600B=y
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ CONFIG_MONITOR_BAUD=115200
82
82
#
83
83
# Retro ESP32 Configuration
84
84
#
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
89
89
90
90
#
91
91
# Partition Table
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
27
27
- [x] Config for both ILI9341/2
28
28
29
29
## 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
31
31
32
32
- [x] Nintendo Entertainment System
33
33
- [x] Nintendo Game Boy
@@ -39,6 +39,7 @@ This branch contains the specific modification for the Odroid Go hardware to use
39
39
- [x] Atari 2600
40
40
- [x] Atari 7800
41
41
- [x] Atari Lynx
42
+ - [x] PC Engine
42
43
- [ ] Commodore 64
43
44
- [ ] Nintendo Game & Watch
44
45
Original file line number Diff line number Diff line change 3
3
# port
4
4
bauds () {
5
5
6
- BAUDS=(" 115200" " 230400" " 460800" " 460800 " " 921600" " 2000000" )
6
+ BAUDS=(" 115200" " 230400" " 460800" " 921600" " 2000000" )
7
7
OPTION=" ${monkey} ${red} Please Select ${cyan} Baud Rate${nc} "
8
8
echo " \n--------------------------------------------------------------------------"
9
9
echo " \n${OPTION} "
You can’t perform that action at this time.
0 commit comments