mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
![]() * Sync with upstream. I/O callbacks are now consolidated into a single read callback and a single write callback, with an access type specifier. * Initial working implementation of YM278B. Most features implemented, except vibrato. * Implement vibrato and status register flags. Fix envelope rate computation. * Rename ymfm_interface::external_type to access_class and clean up the fallout. * Formally replace the old YMF278B engine with the one from ymfm * Rotated YMF278B outputs into a more logical order. * Re-evaluted envelope calculations and 2x works better than the weird 15/8 I came up with before. Also changed the way FM resampling is computed to be more precise (and simpler). Turned off extraneous debugging. * Start of/reset to a null state with no loaded waveforms. * Fix YM2608 I/O ports. |
||
---|---|---|
.. | ||
mame | ||
osd | ||
3rdparty.lua | ||
benchmarks.lua | ||
bus.lua | ||
cpu.lua | ||
devices.lua | ||
emu.lua | ||
formats.lua | ||
lib.lua | ||
machine.lua | ||
main.lua | ||
netlist.lua | ||
sound.lua | ||
tests.lua | ||
tools.lua | ||
video.lua |