summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms5220.h
diff options
context:
space:
mode:
author Michael Zapf <Michael.Zapf@mizapf.de>2016-04-11 01:27:28 +0200
committer Michael Zapf <Michael.Zapf@mizapf.de>2016-04-11 01:28:39 +0200
commite8531f6d8fa1e4fe4eb4869657492b2f3d47e087 (patch)
treeb2bcbe46540b1d07a322cae2a0bcc05672a4dd70 /src/devices/sound/tms5220.h
parent6dcb0098160558e7707c213860131b192ed3189f (diff)
Replaced fprintf by logerror; fixed some small issues.
Diffstat (limited to 'src/devices/sound/tms5220.h')
-rw-r--r--src/devices/sound/tms5220.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/devices/sound/tms5220.h b/src/devices/sound/tms5220.h
index 706a728b28a..4e17dd53574 100644
--- a/src/devices/sound/tms5220.h
+++ b/src/devices/sound/tms5220.h
@@ -8,6 +8,12 @@
#include "emu.h"
#include "machine/spchrom.h"
+enum
+{
+ RS=2,
+ WS=1
+};
+
/* HACK: if defined, uses impossibly perfect 'straight line' interpolation */
#undef PERFECT_INTERPOLATION_HACK