diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-17 18:33:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-17 18:33:18 +0000 |
commit | 3efb38a827904402efc409fae61b9e233d759e84 (patch) | |
tree | 3cf38002ef50923785913c7b828b641fd74702c1 /emulators/DatUtil/Makefile | |
parent | 42f46e4347818d9e113a5b3389e8bbc12990e716 (diff) | |
download | pkgsrc-3efb38a827904402efc409fae61b9e233d759e84.tar.gz |
Update to 2.23:
13/11/2005 *** v2.23 ***
- Uses DatLib v2.11.
- Added support for 'board', 'colordeep', 'credits' and 'archive'
(fully supported by ListInfo, ListXML and Delimited formats).
- M1 XML loader now retains the 'board' information (see above).
- M1 XML will not use hex for ROM sizes after all... changed back!
- Improved the way that the Nebula driver handles Neo-Geo ROMs.
- Fixed Nebula Jukebox driver for Neo-Geo ROMs (broken in v2.7).
Diffstat (limited to 'emulators/DatUtil/Makefile')
-rw-r--r-- | emulators/DatUtil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 6f11cd36bad..b41b5f7e495 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2005/11/17 18:30:53 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/17 18:33:18 wiz Exp $ # -DISTNAME= dutil222 -PKGNAME= DatUtil-2.22 +DISTNAME= dutil223 +PKGNAME= DatUtil-2.23 CATEGORIES= emulators MASTER_SITES= http://www.logiqx.com/Tools/DatUtil/ EXTRACT_SUFX= .zip |