jotego / jt12

FM sound source written in Verilog, fully compatible with YM2612, YM3438 (JT12), YM2203 (JT03) and YM2610 (JT10)
GNU General Public License v3.0
120 stars 22 forks source link

Don't allow div_setting change on YM2610/2612 #64

Closed gyurco closed 2 years ago

gyurco commented 2 years ago

This one fixes #62 as it disallows to change the clock divider setting on YM2610/12 by software.

jotego commented 2 years ago

Thank you. I thought the YM2610 had a programmable divider too, but upon checking the application notes I could not find it. The YM2608 does support programming the divider, but the implementation is not finished for it yet, so let's take this PR as it is. Thanks again.