Skip to content

Commit

Permalink
Work in progress SB16 lite support
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Dec 15, 2024
1 parent 348d86d commit 0acd6a2
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 45 deletions.
2 changes: 1 addition & 1 deletion sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ endfunction()
# Build SB firmware
function(build_sb TARGET_NAME MULTIFW)
set(USB_JOYSTICK TRUE)
set(SOUND_MPU TRUE)
set(SOUND_MPU FALSE)
set(SOUND_OPL TRUE)
config_target(${TARGET_NAME} ${MULTIFW})
pico_set_program_name(${TARGET_NAME} "picogus-sb")
Expand Down
Loading

0 comments on commit 0acd6a2

Please sign in to comment.