Mercurial > repos > blastem
diff genesis.h @ 2460:a4f8fa24764b
Initial work on emulating the YMZ263B in the Copera
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 23 Feb 2024 01:16:38 -0800 |
parents | cb62730d5c99 |
children | d74d3998482c |
line wrap: on
line diff
--- a/genesis.h Wed Feb 21 23:42:19 2024 -0800 +++ b/genesis.h Fri Feb 23 01:16:38 2024 -0800 @@ -18,6 +18,7 @@ #include "vdp.h" #include "psg.h" #include "pico_pcm.h" +#include "ymz263b.h" #include "io.h" #include "romdb.h" #include "arena.h" @@ -33,6 +34,7 @@ ym2612_context *ym; psg_context *psg; pico_pcm *adpcm; + ymz263b *ymz; uint16_t *cart; uint16_t *lock_on; uint16_t *work_ram;