Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

G&W part to use the new pce-go + linux SDL emulator with save states (no audio) #187

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4a9fc10
small fix for the associated logo to pce emulator
Macs75 Dec 20, 2021
fcb52d2
switch from huexpress to pce-go
Macs75 Dec 22, 2021
62541ef
switch to forked retro-go-stm32
Macs75 Dec 22, 2021
ee86ace
updating submodule retro-go-stm32 to the latest
Macs75 Dec 22, 2021
c9d0729
fixes for compilation with new pce-go
Macs75 Dec 22, 2021
cacaad6
fix on loadState renamed for signaturew conflict
Macs75 Dec 22, 2021
a1c8b8e
Merge with upstream
Macs75 Dec 23, 2021
a05aadc
fix for wrong startup palette on new game (by Sylver)
Macs75 Dec 25, 2021
2290929
Linux SDL port of PCE emulator
Macs75 Jan 4, 2022
fcab1fa
fix emulator_framebuffer_pce size causing freeze in some games and co…
Macs75 Jan 4, 2022
da38c83
Changed cycles per line from fixed to varible depending on the curren…
Macs75 Jan 10, 2022
ae52ec3
added variable cycles_per_line to save state
Macs75 Jan 10, 2022
5eb934a
Merge branch 'kbeckmann:main' into main
Macs75 Jan 10, 2022
2165a80
Updated to the latest version of retro-go-stm32
Macs75 Jan 10, 2022
990c678
Merge branch 'kbeckmann:main' into main
Macs75 Jan 15, 2022
c4dee34
Improved rendering times on SDL linux PCE emulator
Jan 18, 2022
611b8a0
Updated to the latest version of retro-go-stm32 with fixes
Macs75 Jan 24, 2022
2778ec3
aligned port ed code to support the new imporved pce-go code
Macs75 Feb 7, 2022
e8745e5
updated to the latest retro-go submodule
Macs75 Feb 7, 2022
0e07932
removed MESSAGE_ERROR from main_pce.c
Macs75 Feb 7, 2022
17ec101
align to retro-go fixes 2022-02-11
Macs75 Feb 10, 2022
4f34855
Align to fix for Volfied
Feb 15, 2022
a4a5f03
Align to fix for Volfied
Feb 15, 2022
56d4c9a
Align to retro-go subproject for Lode Runner and Rastan Saga
Feb 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
switch to forked retro-go-stm32
  • Loading branch information
Macs75 committed Dec 22, 2021
commit 62541ef932fd00c64a6ad4e0a57274626e57771d
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "retro-go-stm32"]
path = retro-go-stm32
url = https://github.com/kbeckmann/retro-go-stm32
url = https://github.com/Macs75/retro-go-stm32
[submodule "LCD-Game-Emulator"]
path = LCD-Game-Emulator
url = https://github.com/bzhxx/LCD-Game-Emulator.git