Skip to content

Commit

Permalink
Added video filter "NTSC NES LMP88959" and "PAL NES LMP88959".
Browse files Browse the repository at this point in the history
Thanks to LMP88959 for his great work and his highly appreciated help.
  • Loading branch information
punesemu committed Oct 13, 2023
1 parent 458cfa1 commit 6e92dc6
Show file tree
Hide file tree
Showing 40 changed files with 6,473 additions and 843 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Changelog:
* Randomize.
- Added Polish translation (thx to elektronicznypank).
- Added full support for the NES 2.0 header format.
- Added video filter : NTSC CRT LMP88959 (https://github.com/LMP88959/NTSC-CRT, Thx to LMP88959 for is great work).
- 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.
Expand Down
16 changes: 8 additions & 8 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,6 @@ set(core_srcs
set(extra_srcs
extra/filter-c/filter.c
extra/kissfft/kiss_fft.c
extra/NTSC-CRT/crt_core.c
extra/NTSC-CRT/crt_ntsc.c
extra/PAL-CRT/pal.c
extra/PAL-CRT/pal_core.c
extra/singleapplication/singleapplication.cpp
extra/singleapplication/singleapplication_p.cpp
)
Expand All @@ -576,9 +572,11 @@ set(gui_ui_srcs
gui/designer/wdgKeyboardSubor.ui
gui/designer/wdgNTSCFilter.ui
gui/designer/wdgNTSCBisqwitFilter.ui
gui/designer/wdgNTSCCRTLMP88959Filter.ui
gui/designer/wdgNTSCLMP88959Filter.ui
gui/designer/wdgNTSCNESRGBLMP88959Filter.ui
gui/designer/wdgOverlayUi.ui
gui/designer/wdgPALCRTLMP88959Filter.ui
gui/designer/wdgPALLMP88959Filter.ui
gui/designer/wdgPALNESRGBLMP88959Filter.ui
gui/designer/wdgPaletteEditor.ui
gui/designer/wdgRewind.ui
gui/designer/wdgRotateScreen.ui
Expand Down Expand Up @@ -709,9 +707,11 @@ set(video_srcs
video/filters/hqx.c
video/filters/nes_ntsc.c
video/filters/ntsc.c
video/filters/ntsc_crt_lmp88959.c
video/filters/ntsc_bisqwit.c
video/filters/pal_crt_lmp88959.c
video/filters/ntsc_lmp88959.c
video/filters/ntsc_nesrgb_lmp88959.c
video/filters/pal_lmp88959.c
video/filters/pal_nesrgb_lmp88959.c
video/filters/scale.c
video/filters/scale2x.c
video/filters/scalers.c
Expand Down
33 changes: 0 additions & 33 deletions src/extra/NTSC-CRT-NES-puNES.patch

This file was deleted.

Loading

0 comments on commit 6e92dc6

Please sign in to comment.