From a722d0601e4ae87b15fe09f62b3a1076c6c8646e Mon Sep 17 00:00:00 2001 From: Jamieson Christian Date: Sun, 5 Oct 2003 15:36:52 +0000 Subject: Preliminary preparation for new YM2612 FM emulator. All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 --- base/gameDetector.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base/gameDetector.h') diff --git a/base/gameDetector.h b/base/gameDetector.h index 038a7681c4..a78288e437 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -70,8 +70,9 @@ enum MidiDriverType { MDT_NONE = 0, MDT_PCSPK = 1, // MD_PCSPK and MD_PCJR MDT_ADLIB = 2, // MD_ADLIB - MDT_NATIVE = 4, // Everything else - MDT_PREFER_NATIVE = 8 + MDT_TOWNS = 4, // MD_TOWNS + MDT_NATIVE = 8, // Everything else + MDT_PREFER_NATIVE = 16 }; struct TargetSettings { -- cgit v1.2.3