diff options
author | 2008-02-03 00:56:06 +0000 | |
---|---|---|
committer | 2008-02-03 00:56:06 +0000 | |
commit | 4c5cebc661a5473634bd3c21a1cdd42148188f2e (patch) | |
tree | e37605fd1c69dce15b265cb8fc9231bb150cd464 /src/lib/util/harddisk.c | |
parent | 05ab4afb7d673b2a711756abaae5ae19c5a2fc1f (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/lib/util/harddisk.c')
-rw-r--r-- | src/lib/util/harddisk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/harddisk.c b/src/lib/util/harddisk.c index 24ea1f9e6c2..0ac715d4efb 100644 --- a/src/lib/util/harddisk.c +++ b/src/lib/util/harddisk.c @@ -1,5 +1,7 @@ /*************************************************************************** + hardisk.c + Generic MAME hard disk implementation, with differencing files Copyright Nicola Salmoria and the MAME Team. |