moa/emulator
transistor 31faf70d97 Fixed many bugs in ym2612, and switched to square wave
- The envelope generator wasn't working as it should have, minor issues
  with the limits and whether to use 10-bit or 12-bit values (more to come)
- fixed issues with sustain level where it was always set to 0
- fixed release rate and levels to make them 5-bit and 10-bit numbers
  respectively, so they match the others
- switched from SineWave to SquareWave and this alone made it go from
  terrible and muddy to not that far off.  I probably need to completely
  change the output

- also included an attempt at removing HostData, still needed for an
  interrupt that is triggered by user input
2023-04-24 20:47:52 -07:00
..
core Fixed many bugs in ym2612, and switched to square wave 2023-04-24 20:47:52 -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 many bugs in ym2612, and switched to square wave 2023-04-24 20:47:52 -07:00
systems Fixed many bugs in ym2612, and switched to square wave 2023-04-24 20:47:52 -07:00