Skip to content

Commit

Permalink
save and load games
Browse files Browse the repository at this point in the history
better menu
  • Loading branch information
xrip committed Oct 9, 2023
1 parent 218ac73 commit 424a92d
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 98 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.2.0

Added ability to save and load gamestate. Better menu system.


# v2.1.0

Various overclocking variants
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function(pico_add_verbose_dis_output TARGET)
)
endfunction()

pico_set_program_name(${PROJECT_NAME} "GameBoy for MURMULATOR devboard")
pico_set_program_version(${PROJECT_NAME} "v0.1")
pico_set_program_name(gameboy-color "GameBoy Emulator by xrip")
pico_set_program_version(gameboy-color "development version")

#pico_set_binary_type(${PROJECT_NAME} copy_to_ram)
#pico_set_binary_type(${PROJECT_NAME} no_flash)
Expand Down
Loading

0 comments on commit 424a92d

Please sign in to comment.