summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-01-22 10:40:20 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-01-22 10:40:20 +0000
commitb02a507c1f3326a4c9a1a44bdb91753d94448907 (patch)
tree3f67c78e462aa13a4a226cc2e83f84bd20c9791b /src/emu/devintrf.c
parent325dadfdc0d0cd2afcad8d04e8c973793f4866fc (diff)
Cleanups and version bump.mame0129u2
Diffstat (limited to 'src/emu/devintrf.c')
-rw-r--r--src/emu/devintrf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devintrf.c b/src/emu/devintrf.c
index e96fc65a6c7..906f63b1750 100644
--- a/src/emu/devintrf.c
+++ b/src/emu/devintrf.c
@@ -21,7 +21,7 @@
#define TEMP_STRING_POOL_ENTRIES 16
#define MAX_STRING_LENGTH 256
-// ->started states
+// ->started states
//
// Only 0 and 1 are externally visible in practice, making it a
// boolean //for external users