Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taito_zm.cpp / zsg2.cpp - more improvements #3866

Merged
merged 21 commits into from
Aug 18, 2018

Conversation

superctr
Copy link
Contributor

@superctr superctr commented Aug 18, 2018

zsg2.cpp: Attempt to reduce clicks

zsg2.cpp: Made the emphasis filter much more simple. I think this
matches hardware, as a filter like this could be implemented with
very few gates in hardware. Also reset the filter state when
the sample position reaches the start address, this fixes raycris
song #9

taito_zm.cpp: Adjust volume balance, hopefully fixing psyvarrv.
I would need hardware recording for proper verification though

tms57002: forgot MACC pipelining for some instructions

(This was supposed to go in the previous pull request, but because it was merged too soon you see this stupid commit history below.)

cam900 and others added 21 commits August 9, 2018 21:02
Add DSP, Reduce MCFGs, Add device_mixer_interface for sound gain, Add imperfect_features related to DSP, Add notes
zsg2.cpp: implement emphasis filter, this is a noise reduction scheme
that amplifies higher frequncies to reduce quantization noise.

zsg2.cpp: Add sample interpolation and another adjustable lowpass
filter. This seems to be roughly what real hardware does...

zsg2.cpp: Improve panning registers and identify DSP output gain
registers.
zsg2: Register 0b appears to be status flags [nw]

zsg2: Linear ramping probably makes more sense [nw]
tms57002: Add undocumented instruction saom / raom, they set saturation
mode for the ALU.

tms57002: Implement MACC pipeline.

tms57002: Add callbacks for EMPTY and PC0 pins.

tms57002: Add a few unimplemented instructions.

tms57002: Proper behavior of CMEM UPLOAD mode.

tms57002: Fix an issue where program is not properly loaded if PLOAD is
set after a program has already been written.
Pretty much OST quality now. A pretty decent upgrade from how it was
previously, I'd say.
zsg2.cpp: Attempt to reduce clicks

zsg2.cpp: Made the emphasis filter much more simple. I think this
 matches hardware, as a filter like this could be implemented with
 very few gates in hardware. Also reset the filter state when
 the sample position reaches the start address, this fixes raycris
 song mamedev#9

taito_zm.cpp: Adjust volume balance, hopefully fixing psyvarrv.
 I would need hardware recording for proper verification though

tms57002: forgot MACC pipelining for some instructions
@rb6502 rb6502 merged commit 3492e6a into mamedev:master Aug 18, 2018
@superctr superctr deleted the taito_zoom_dsp2 branch August 20, 2018 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants