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 | |
| 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')
| -rw-r--r-- | src/lib/util/cdrom.c | 2 | ||||
| -rw-r--r-- | src/lib/util/chd.c | 2 | ||||
| -rw-r--r-- | src/lib/util/chd.h | 2 | ||||
| -rw-r--r-- | src/lib/util/harddisk.c | 2 | ||||
| -rw-r--r-- | src/lib/util/palette.h | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/util/cdrom.c b/src/lib/util/cdrom.c index c3ceb84c958..5fae91d37fd 100644 --- a/src/lib/util/cdrom.c +++ b/src/lib/util/cdrom.c @@ -1,5 +1,7 @@ /*************************************************************************** + cdrom.c + Generic MAME CD-ROM utilties - build IDE and SCSI CD-ROMs on top of this Copyright Nicola Salmoria and the MAME Team. diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c index 9eee54cced8..e34255aa93f 100644 --- a/src/lib/util/chd.c +++ b/src/lib/util/chd.c @@ -1,5 +1,7 @@ /*************************************************************************** + chd.c + MAME Compressed Hunks of Data file format Copyright Nicola Salmoria and the MAME Team. diff --git a/src/lib/util/chd.h b/src/lib/util/chd.h index 693df78db76..4559f31bcfa 100644 --- a/src/lib/util/chd.h +++ b/src/lib/util/chd.h @@ -1,5 +1,7 @@ /*************************************************************************** + chd.h + MAME Compressed Hunks of Data file format Copyright Nicola Salmoria and the MAME Team. 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. diff --git a/src/lib/util/palette.h b/src/lib/util/palette.h index fe81a51738a..3234e198e0d 100644 --- a/src/lib/util/palette.h +++ b/src/lib/util/palette.h @@ -1,6 +1,6 @@ /****************************************************************************** - palette.c + palette.h Core palette routines. |
