arcade: add ymfm-based core

less CPU usage at the cost of some quality
This commit is contained in:
tildearrow 2021-12-15 01:23:58 -05:00
parent 8de60fe2a6
commit 2879b5e4d0
21 changed files with 964 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#include "sound/ym2610/ymfm.h"
#include "sound/ymfm/ymfm.h"
#include "ym2610.h"
#include "../engine.h"