Skip to content

Commit

Permalink
Fixed the usage of the dot_crawl_offset in NTSC_SETTINGS.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Oct 14, 2023
1 parent 6e92dc6 commit 46ec6b8
Show file tree
Hide file tree
Showing 8 changed files with 174 additions and 238 deletions.
19 changes: 9 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog:
0.111 (Bug fixes release)
- Rewritten mappers : All.
- Rewritten WRAM, VRAM, PRGROM, CHROM and Nametebles management.
- Rewritten the format and management of save states.
WARNING save states of version 0.110 or earlier are no longer compatible.
- Added an option for RAM initialization (#276).
It's possible to choose between three values:
* 0x00
Expand All @@ -9,25 +13,20 @@ Changelog:
- Added full support for the NES 2.0 header format.
- Added video filter : "NTSC CRT LMP88959" and "NTSC NES LMP88959" (https://github.com/LMP88959/NTSC-CRT, Thx to LMP88959 for is great work).
- Added video filter : "PAL CRT LMP88959" and "PAL NES LMP88959" (https://github.com/LMP88959/PAL-CRT, Thx to LMP88959 for is great work).
- Rewritten mappers : All.
- Added support to mapper : 100, 122, 157, 272, 291, 311, 334, 362, 366, 384, 421, 446, 471, 551, 552, 561.
- Added support to UNIF mapper : Transformer, UNROM, AMROM, AOROM, LH09, A60AS, T4A54A, FC-28-5027, 150in1A, 212-HONG-KONG, GKCXIN, 113in1JY110, 820561C, M2C52A, S-2009.
- Added full support for the Detach Barcode Reader of mapper 157.
- Windows x86_64: Update to Qt5 5.15.8 (#279).
- Fixed map of one keyboard button to multiple controllers (#277).
- Fixed FDS wavetable pitch (#295).
- Fixed patching of IPS files.
- Updated Portuguese, Russian and Spanish translations (thx to Felipefpl, Matheus Scattolin Anselmo, Alexey Timonin and MS-PC).
- Added support for nes20db.xml and dip.cfg (many thx to NewRisingSun for is for his immense work).
Both files will be distributed together with the emulator and will be located in the following directories:
* Linux/BSD - {default system datadir}/puNES
* Windows - directory where the executable is placed.
if you want to use a more updated version than the one distributed with the emulator, just copy it either in the executable directory or in the working directory of the emulator, which can also be opened from the "File -> Open working directory" menu.
- Added full support for Vs System (UniSystem and DualSystem).
- Rewritten WRAM, VRAM, PRGROM, CHROM and Nametebles management.
- Rewritten the format and management of save states.
WARNING save states of version 0.110 or earlier are no longer compatible.

- Windows x86_64: Update to Qt5 5.15.8 (#279).
- Fixed map of one keyboard button to multiple controllers (#277).
- Fixed FDS wavetable pitch (#295).
- Fixed patching of IPS files.
- Updated Portuguese, Russian and Spanish translations (thx to Felipefpl, Matheus Scattolin Anselmo, Alexey Timonin and MS-PC).
Note: Due to the numerous changes I'm making to the core of the emulator, new bugs may have been introduced, if you find roms no longer work correctly compared to the previous version, please let me know.

0.110
Expand Down
Loading

0 comments on commit 46ec6b8

Please sign in to comment.