Skip to content

Commit

Permalink
Prep for v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Jul 30, 2024
1 parent 06d028a commit 675fae2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions sw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2.1.0

## New features/changes

### MPU-401 simultaneous with all modes

MPU-401 emulation is now available in all modes. This can enable simultaneous digital sound effects in SB or GUS modes with MIDI output. If you have another MPU-401 card in the system, to prevent conflicts this can be disabled or moved to a different port with the `/mpuport` option to pgusinit.

The original MPU mode is still available for titles that require MPU interrupts (titles on [this list](https://github.com/bjt42/softmpu/wiki/Compatible-Intelligent-Mode-Games) marked with a 1 require MPU interrupts).

# v2.0.0

## New features/changes
Expand Down
2 changes: 1 addition & 1 deletion sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
include(pico_sdk_import.cmake)

project(picogus
VERSION "2.0.0"
VERSION "2.1.0"
LANGUAGES C CXX ASM
)

Expand Down

0 comments on commit 675fae2

Please sign in to comment.