Skip to content

Commit

Permalink
Fri Aug 21 09:54:03 EDT 2020 - 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
32teeth committed Aug 21, 2020
1 parent 433564c commit df6a0ca
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 22 deletions.
Binary file modified Assets/retro-esp32/logos/logo3d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Emulators/handy-go/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
#
# Retro ESP32 Configuration
#
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
CONFIG_DEFAULT_MENU_KEY=y
CONFIG_COMBO_MENU_KEY=
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
CONFIG_DEFAULT_MENU_KEY=
CONFIG_COMBO_MENU_KEY=y
CONFIG_IN_GAME_MENU_YES=y
CONFIG_IN_GAME_MENU_NO=

Expand Down
Binary file modified Firmware/Assets/retro-esp32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Firmware/Assets/retro-esp32.psd
Binary file not shown.
Binary file modified Firmware/Assets/retro-esp32.raw
Binary file not shown.
Binary file modified Firmware/Releases/odroid-go.zip
Binary file not shown.
Binary file modified Firmware/Releases/odroid-go/Retro ESP32.fw
Binary file not shown.
Binary file modified Firmware/Releases/retro-esp.zip
Binary file not shown.
Binary file modified Firmware/Releases/retro-esp/Retro ESP32.fw
Binary file not shown.
4 changes: 3 additions & 1 deletion Launchers/retro-esp32/main/includes/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
*/
#define MAX_FILES 8192
#define MAX_LENGTH 64
#define MAX_FILES_LIST 512


/*
Expand All @@ -42,7 +44,7 @@
/*
*/
#define BUILD "Version 2 Build 5 (v.2.5)"
#define BUILD "Version 2 Build 6 (v.2.6)"


#define _GNU_SOURCE
8 changes: 4 additions & 4 deletions Launchers/retro-esp32/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@
ROMS.total = 0;

free(FAVORITES);
FAVORITES = (char**)malloc((100) * sizeof(void*));
FAVORITES = (char**)malloc((MAX_FILES_LIST) * sizeof(void*));

char file[256] = "/sd/odroid/data";
sprintf(file, "%s/%s", file, RETROESP_FOLDER);
Expand Down Expand Up @@ -1416,7 +1416,7 @@
}

free(FAVORITES);
FAVORITES = (char**)malloc((100) * sizeof(void*));
FAVORITES = (char**)malloc((MAX_FILES_LIST) * sizeof(void*));

for(int n = 0; n < ROMS.total; n++) {
size_t len = strlen(TEMP[n]);
Expand Down Expand Up @@ -1667,7 +1667,7 @@
ROMS.total = 0;

free(RECENTS);
RECENTS = (char**)malloc((100) * sizeof(void*));
RECENTS = (char**)malloc((MAX_FILES_LIST) * sizeof(void*));

char file[256] = "/sd/odroid/data";
sprintf(file, "%s/%s", file, RETROESP_FOLDER);
Expand Down Expand Up @@ -1701,7 +1701,7 @@
}

free(RECENTS);
RECENTS = (char**)malloc((100) * sizeof(void*));
RECENTS = (char**)malloc((MAX_FILES_LIST) * sizeof(void*));

for(int n = 0; n < ROMS.total; n++) {
size_t len = strlen(TEMP[n]);
Expand Down
6 changes: 3 additions & 3 deletions Launchers/retro-esp32/main/sprites/logo3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ const uint16_t logo3d[38][155] = {
{0,0,0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,65535,0,0,0,0,0,0,0,0,0,0,16904,16904,16904,16904,16904,16904,65535,65535,0,0,0,0,0,0,0,0,0,0,65535,65535},
{0,0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,65535,0,0,0,0,0,0,0,0,0,16904,16904,16904,16904,16904,16904,65535,65535,0,0,0,0,0,0,0,0,0,0,65535,65535},
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,0,0,16904,16904,16904,16904,16904,16904,65535,65535,0,0,0,0,65535,65535,0,0,0,0,65535,65535},
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,0,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,16904,16904,16904,16904,16904,16904,65535,65535,0,0,65535,65535,65535,65535,0,0,0,0,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0,65535,65535,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,65535,65535,33808,33808,33808,33808,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0,65535,65535,65535,65535,65535,65535},
{0,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,0,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,16904,16904,16904,16904,16904,16904,65535,65535,0,0,0,0,65535,65535,0,0,0,0,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,0,0,0,0,0,0,65535,65535,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,65535,65535,33808,33808,33808,33808,65535,65535,65535,65535,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,65535,65535,65535,65535,65535,0,0,0,65535,65535,65535,0,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,0,0,0,0,0,65535,65535,65535,65535,0,0,0,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,0,0,0,65535,65535,65535,65535,65535,0,0,0,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,0,0,65535,65535,33808,33808,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,65535,65535,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,65535,65535,65535,65535,0,0,0,65535,65535,65535,0,65535,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,0,0,65535,65535,0,0,0,65535,65535,65535,65535,65535,65535,33808,33808,33808,33808,33808,33808,33808,33808,65535,65535,65535,65535,0,0,0,0,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,65535,0,0},
{65535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,65535,65535,65535,0,0,65535,65535,65535,0,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,65535,65535,65535,65535,0,0,65535,65535,65535,0,0,65535,0,0,65535,65535,65535,65535,65535,65535,65535,65535,16904,16904,16904,16904,16904,16904,65535,65535,65535,65535,0,0,0,0,0,0,0,0,65535,65535,65535,65535,0,0,0,0,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,0,0,0,0},
Expand Down
10 changes: 5 additions & 5 deletions Launchers/retro-esp32/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART"
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AB0JESEM"
CONFIG_ESPTOOLPY_BAUD_115200B=
CONFIG_ESPTOOLPY_BAUD_230400B=
CONFIG_ESPTOOLPY_BAUD_921600B=
Expand Down Expand Up @@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
#
# Retro ESP32 Configuration
#
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
CONFIG_DEFAULT_MENU_KEY=y
CONFIG_COMBO_MENU_KEY=
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
CONFIG_DEFAULT_MENU_KEY=
CONFIG_COMBO_MENU_KEY=y

#
# Partition Table
Expand Down
10 changes: 5 additions & 5 deletions Launchers/retro-esp32/sdkconfig.old
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AB0JESEM"
CONFIG_ESPTOOLPY_BAUD_115200B=
CONFIG_ESPTOOLPY_BAUD_230400B=
CONFIG_ESPTOOLPY_BAUD_921600B=
Expand Down Expand Up @@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
#
# Retro ESP32 Configuration
#
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
CONFIG_DEFAULT_MENU_KEY=y
CONFIG_COMBO_MENU_KEY=
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
CONFIG_DEFAULT_MENU_KEY=
CONFIG_COMBO_MENU_KEY=y

#
# Partition Table
Expand Down

0 comments on commit df6a0ca

Please sign in to comment.