libvgm icon indicating copy to clipboard operation
libvgm copied to clipboard

Plans to support YM2414 (TX81Z/OPZ)?

Open mmontag opened this issue 1 year ago • 4 comments

Hi, are there any plans to support this chip (i.e. through ymfm https://github.com/aaronsgiles/ymfm/blob/main/src/ymfm_opz.h)?

mmontag avatar Jun 22 '24 01:06 mmontag

I second this.

vampirefrog avatar Jun 24 '24 12:06 vampirefrog

ymfm cores unfortunately won't happen anytime soon, as I need to time to backport all the C++17 stuff into something more like C++98, because I want to be able to build this using toolchains older than 2020.

ValleyBell avatar Jun 24 '24 18:06 ValleyBell

Technically you can still add the C++17 stuff as long as it's an optional feature, and disabled by default, and then port it to C++98 later.

vampirefrog avatar Jun 24 '24 18:06 vampirefrog

If you make a PR, I would probably accept that.

ValleyBell avatar Jun 24 '24 18:06 ValleyBell