You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loopy's new wave of FDS RE:
-- https://forums.nesdev.com/viewtopic.php?p=232662#p232662
-- Sweep test its lowpass filter
-- Waveform DAC nonlinearity model? (Maybe just a slider from 0 perfect to 1 = big discontinuity... a harmonic recursion that remaps the ranges to 0-255 with overlap?)
-- FDS verify all halts / non-halts
N163 what happens when you cut down a very long period with a short one (does it take multiple ticks to drop down phase? can probably read it back to test?)
2A03 verify all halts / non-halts (should be well documented by now, MMC5 should be same)
N163 verify all halts / non-halts
VRC6 verify all halts / non-halts
5B / VRC7 halts should be known now
Conflict between $E000 silence of N163/VRC7 with 5B multichip? (Block these in multichip. Only N163 actually implements it currently.)
VRC7 test register, VRC7 $E000 register.
APU square period should be 8 not 16 long and instead internal period register should be doubled to simulate 1/2 clock divider.
Triangle "silence on 0" seems to reveal inconsistent halting behaviour, may also affect init option? (Does triangle init explicitly init to phase 0 correctly?)
The following is a list of planned changes I want to finish before the stable release of 2.5:
-- Tone/Envelope/Noise 0 = 1 (envelope is incorrect)
-- Phase should increment and >= period. (Current implementation is weird.)
-- MAME: https://github.com/mamedev/mame/blob/master/src/devices/sound/ay8910.cpp
-- Amplifier model
--- https://forums.nesdev.com/viewtopic.php?f=2&t=17745
--- Hard knee amplification: https://github.com/bbbradsmith/nsfplay/compare/5b_amplifier
-- 50% PVM of envelope by high frequency tone should work Sunsoft 5B Envelope Emulation Inaccuracies #43
-- https://forums.nesdev.com/viewtopic.php?p=232662#p232662
-- Sweep test its lowpass filter
-- Waveform DAC nonlinearity model? (Maybe just a slider from 0 perfect to 1 = big discontinuity... a harmonic recursion that remaps the ranges to 0-255 with overlap?)
-- FDS verify all halts / non-halts
-- See: https://forums.nesdev.com/viewtopic.php?p=237121#p237121
-- See: https://forums.nesdev.com/viewtopic.php?p=237121#p237121
The text was updated successfully, but these errors were encountered: