Mercurial > repos > blastem
diff genesis.h @ 2558:3f58fec775df
Initial work on YMF262 (aka OPL3) emulation
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 19 Jan 2025 00:31:16 -0800 |
parents | d74d3998482c |
children |
line wrap: on
line diff
--- a/genesis.h Thu Jan 16 22:42:09 2025 -0800 +++ b/genesis.h Sun Jan 19 00:31:16 2025 -0800 @@ -16,6 +16,7 @@ #include "z80_to_x86.h" #endif #include "ym2612.h" +#include "ymf262.h" #include "vdp.h" #include "psg.h" #include "pico_pcm.h" @@ -36,6 +37,7 @@ psg_context *psg; pico_pcm *adpcm; ymz263b *ymz; + ymf262_context *opl; uint16_t *cart; uint16_t *lock_on; uint16_t *work_ram;