summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-02-03 00:56:06 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-02-03 00:56:06 +0000
commit4c5cebc661a5473634bd3c21a1cdd42148188f2e (patch)
treee37605fd1c69dce15b265cb8fc9231bb150cd464 /src/emu/debug
parent05ab4afb7d673b2a711756abaae5ae19c5a2fc1f (diff)
From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Fix some comments Hi mamedev, The following patch updates the initialization comments at the top of mame.c and corrects/adds a few filename declarations at the top of a handful of files. ~aa
Diffstat (limited to 'src/emu/debug')
-rw-r--r--src/emu/debug/debugcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/debugcmd.c b/src/emu/debug/debugcmd.c
index 119e3f478fd..316e1331f76 100644
--- a/src/emu/debug/debugcmd.c
+++ b/src/emu/debug/debugcmd.c
@@ -1,6 +1,6 @@
/*********************************************************************
- debugcmd.h
+ debugcmd.c
Debugger command interface engine.