Skip to content

Commit bc379d8

Browse files
committed
Tue 21 Jan 2020 06:39:51 EST - new process script
2 parents 91dd36e + 5ef3ca1 commit bc379d8

File tree

15 files changed

+76
-27
lines changed

15 files changed

+76
-27
lines changed

.gitmodules

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[submodule "Odroid/odroid-go-firmware"]
66
path = Odroid/odroid-go-firmware
77
url = [email protected]:OtherCrashOverride/odroid-go-firmware.git
8-
branch = esp-idf-v3.2
8+
branch = esp-idf-v3.2
99
[submodule "Launchers/emulator-launcher-odroid-go"]
1010
path = Launchers/emulator-launcher-odroid-go
1111
url = [email protected]:IlyaMZP/emulator-launcher-odroid-go.git
@@ -34,3 +34,7 @@
3434
path = Emulators/odroid-go-spectrum-emulator
3535
url = [email protected]:pelle7/odroid-go-spectrum-emulator.git
3636
branch = feature/goemu
37+
[submodule "Emulators/odroid-go-handy"]
38+
path = Emulators/odroid-go-handy
39+
url = [email protected]:pelle7/odroid-go-handy.git
40+
branch = develop

Components/frodo-go/components/odroid/Kconfig.projbuild

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,18 @@ menu "Retro ESP32 Configuration"
2626
bool "START + SELECT as MENU button"
2727

2828
endchoice
29-
endmenu
29+
30+
choice IN_GAME_MENU
31+
prompt "In Game Menu"
32+
default IN_GAME_MENU_YES
33+
help
34+
Use Retro ESP32 - In Game Menu
35+
36+
config IN_GAME_MENU_YES
37+
bool "YES"
38+
39+
config IN_GAME_MENU_NO
40+
bool "NO"
41+
42+
endchoice
43+
endmenu

Components/super-go-play/nesemu-go/components/nofrendo-esp32/video_audio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ static void vidTaskCallback(void *arg) {
298298
ili9341_blank_screen();
299299
previous_scaling_enabled = scaling_enabled;
300300
if (scaling_enabled) {
301-
odroid_display_set_scale(NES_SCREEN_WIDTH, NES_VISIBLE_HEIGHT,
302-
(80.f/72.f));
301+
//odroid_display_set_scale(NES_SCREEN_WIDTH, NES_VISIBLE_HEIGHT,(80.f/72.f));
302+
odroid_display_set_scale(NES_SCREEN_WIDTH, NES_VISIBLE_HEIGHT,(8.f/7.f));
303303
} else {
304304
odroid_display_reset_scale(NES_SCREEN_WIDTH, NES_VISIBLE_HEIGHT);
305305
}

Emulators/handy-go/sdkconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
8383
#
8484
# Retro ESP32 Configuration
8585
#
86-
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
87-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
88-
CONFIG_DEFAULT_MENU_KEY=
89-
CONFIG_COMBO_MENU_KEY=y
86+
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
87+
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
88+
CONFIG_DEFAULT_MENU_KEY=y
89+
CONFIG_COMBO_MENU_KEY=n
9090
CONFIG_IN_GAME_MENU_YES=y
9191
CONFIG_IN_GAME_MENU_NO=
9292

Emulators/odroid-go-handy

Submodule odroid-go-handy added at 8bbefe9

Launchers/.DS_Store

0 Bytes
Binary file not shown.

Launchers/retro-esp32/main/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include "includes/definitions.h"
44
#include "includes/structures.h"
55
#include "includes/declarations.h"
6+
7+
#include "scandir.c"
68
//}#pragma endregion Includes
79

810
//{#pragma region Odroid

Launchers/retro-esp32/partitions.csv

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ data_0, 0x40, 0x00, 0x9E0000, 0x400000
5757
# nvs, data, nvs, 0x9000, 0x4000
5858
# otadata, data, ota, 0xd000, 0x2000
5959
# phy_init, data, phy, 0xf000, 0x1000
60-
# factory, app, factory, 0x10000, 0x100000
61-
# storage, data, spiffs, 0x110000, 0x100000
62-
# launcher, 0, ota_0, 0x210000, 0x100000
63-
# nes, 0, ota_1, 0x310000, 0xc0000
64-
# gb, 0, ota_2, 0x3D0000, 0xb0000
65-
# sms, 0, ota_3, 0x480000, 0x160000
66-
# a26, 0, ota_4, 0x5E0000, 0x1a0000
67-
# a78, 0, ota_5, 0x780000, 0xc0000
68-
# lnx, 0, ota_6, 0x840000, 0xe0000
69-
# pce, 0, ota_7, 0x920000, 0xb0000
70-
# data_0, 0x40, 0x00, 0x9D0000, 0x5D0000
60+
# factory, app, factory, 0x10000, 0x80000
61+
# storage, data, spiffs, 0x100000, 0x100000
62+
# launcher, 0, ota_0, 0x200000, 0x80000
63+
# nes, 0, ota_1, 0x280000, 0xc0000
64+
# gb, 0, ota_2, 0x340000, 0xb0000
65+
# sms, 0, ota_3, 0x3F0000, 0x160000
66+
# spectrum, 0, ota_4, 0x550000, 0x90000
67+
# a26, 0, ota_5, 0x5E0000, 0x1a0000
68+
# a78, 0, ota_6, 0x780000, 0xc0000
69+
# lnx, 0, ota_7, 0x840000, 0xe0000
70+
# pce, 0, ota_8, 0x920000, 0xc0000
71+
# frodo, 0, ota_9, 0x9E0000, 0x170000
72+
# data_0, 0x40, 0x00, 0xB50000, 0x290000
7173
# #########################################################

Launchers/retro-esp32/sdkconfig

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=
86-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
87-
CONFIG_DEFAULT_MENU_KEY=
88-
CONFIG_COMBO_MENU_KEY=y
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=n
8989

9090
#
9191
# Partition Table

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=
86-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
87-
CONFIG_DEFAULT_MENU_KEY=
88-
CONFIG_COMBO_MENU_KEY=y
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=n
8989

9090
#
9191
# Partition Table

0 commit comments

Comments
 (0)