Skip to content

Commit

Permalink
Merge pull request #138 from pce-devel/Release_1.2
Browse files Browse the repository at this point in the history
Prep for 1.2 Release
  • Loading branch information
pceDev16 committed Nov 24, 2023
2 parents 1efefe7 + 50826e2 commit b46eb78
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a curated and Community managed Mednafen<br> GitHub repo in support of t
<p align="center">
It has been specifically created with additional tweaks and fixes in direct<br>support of the PC-Engine Development community and PCE enthusiasts everywhere.
<p align="center">
<B>Current Release! Mednafen 1.29.0.pceDev-1.2 released on 2022/12/03</B>
<B>Current Release! Mednafen 1.29.0.pceDev-1.2 released on 2023/11/24</B>
<p align="center">
<I><sub>Screenshot showing the various NEW accuracy focussed improvements<br> made to the scanline rendering, general overscan visibility and VDC display resolution rendering</sub></I><br>
<img src="https://user-images.githubusercontent.com/95596143/172072861-3cf2c13a-11ba-47de-a5ea-73c63aa01570.png" width="600">
Expand Down
24 changes: 24 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release Notes

## New release 1.2 2023/11/24

### New Features/Improvements:

#### PC-FX Improvements / BugFixes:
- Adds Azerty Keyboard support for Debugging functions
- Improve PC-FX palette editor - In debug mode, change PC-FX palette editor to show 16-bit values, with a colour swatch in the right-hand side to demonstrate actual colour (based on YUV)
- PSG Tweaks Update channel 1 frequency cache upon LFO frequency register writes (the way the channel 1 frequency and LFO frequency are combined is still inaccurate, however, causing frequency update timing granularity to be too high). Ported over MDFN 1.31.0 release

#### PC-Engine Improvements / Bugfixes:
- PSG Tweaks Update channel 1 frequency cache upon LFO frequency register writes (the way the channel 1 frequency and LFO frequency are combined is still inaccurate, however, causing frequency update timing granularity to be too high). Ported over MDFN 1.31.0 release
- Backup memory visibility was previously inconsistent between HuCard and CDROM, and locking behaviour was not always correct. Now, physical memory at $1EE000 should give the "processor's view" of the memory, depending on lock/unlock status, and "Backup Memory" screen should show the actual data (Note: HuCard startup state is still default 'unlocked' which is not correct). Also, $1807 register writes should be able to re-lock memory
- Remove Incorrect IRQ Acknowledgement scenario: TIMER interrupt is supposed to be acknowledged by write to $1403. Original code was also acknowledging it on reads from $1402, which was not supported by official documentation.
- Fix junk appearing on PCE Debug palette screen
- Change Default gamesave name removing hash value for BRAM retention and compatbilty when doing PCE dev builds
- Fix improper CDROM BRAM locking in debugger
- PC Engine music player VU meter shows incorrect channels
- Fix VU Meter display
- Other minor changes to warnings and defaults
- Add CI builds for Windows / Linux

#### Other items:
- This release also contains several Wonderswan module updates that improve emulation accuracy

## New release 1.1 2022/08/21

### New Features/Improvements:
Expand Down
2 changes: 1 addition & 1 deletion mednafen/configure
Original file line number Diff line number Diff line change
Expand Up @@ -4393,7 +4393,7 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
#
# Avoid trailing and leading zeroes in the decimal version components to avoid confusing not-so-learned people.
#
MEDNAFEN_VERSION="1.29.0.pceDev-1.1 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION="1.29.0.pceDev-1.2 (`git log -1 --format=format:%h`) built on `date` "
MEDNAFEN_VERSION_NUMERIC=0x00102900
# 0xJJJnnnRR

Expand Down

0 comments on commit b46eb78

Please sign in to comment.