moa/emulator
transistor 03561f1427 Fixed a bug in the frequency setting code for ym2612
It was previously only updating the frequency if the A0 registers
were written last, but now it works the way the rate code does, using
the cached register values to set the frequency whenever a register
is written to.  It also stores the fnumber and block in the operator
which I guess would be needed eventually if I want to save and restore
state.
2023-04-24 23:04:11 -07:00
..
core Additional ym2612 improvements 2023-04-24 21:29:42 -07:00
cpus Removed cpu timer and moved audio wave generators to libraries 2023-04-23 19:52:19 -07:00
frontends Removed cpu timer and moved audio wave generators to libraries 2023-04-23 19:52:19 -07:00
libraries Removed cpu timer and moved audio wave generators to libraries 2023-04-23 19:52:19 -07:00
peripherals Fixed a bug in the frequency setting code for ym2612 2023-04-24 23:04:11 -07:00
systems Fixed many bugs in ym2612, and switched to square wave 2023-04-24 20:47:52 -07:00