diff options
author | lioux <lioux@FreeBSD.org> | 2001-03-30 22:07:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-03-30 22:07:35 +0800 |
commit | d6601f36273a782b3a4c4aa03954f1e12f36a04b (patch) | |
tree | de91f39aacc0f7d2e6f7b3a592ec2707d118aacd /emulators | |
parent | 2a657680c30e2d37210254b9461d61902e6ad3e4 (diff) | |
download | freebsd-ports-gnome-d6601f36273a782b3a4c4aa03954f1e12f36a04b.tar.gz freebsd-ports-gnome-d6601f36273a782b3a4c4aa03954f1e12f36a04b.tar.zst freebsd-ports-gnome-d6601f36273a782b3a4c4aa03954f1e12f36a04b.zip |
o Update to version 2.1
o Use proper versioning in the port Makefile. BUMP PORTEPOCH
o Changes:
- DI opcode now cancels pending EI (Killer Instinct, Donkey Kong Land series).
- Fixed GBC and SGB colors to span from black to true white.
- Added sound chip initialization on startup (Fortified Zone, Fortified
Zone 2, Beetlejuice).
- Fixed third sound channel (still not perfect).
- Added SetWave() call to the sound API.
- Added SetWave() waveforms to the third sound channel.
- Window refresh does not start if the window was off when refresh
reached its top (WarriorsOfMightAndMagic).
- Now setting LCD state to 0 during last two lines of VBlank (152-153)
so Final Fantasy Legend works again.
- Moved VBlank interrupt from line 145 to line 144 (Force 21, Cruisn'
Exotica, Army Men 2).
- Moved VBlank interrupt to the beginning of scanline (Daedalian
Opus).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vgb-bin/Makefile | 5 | ||||
-rw-r--r-- | emulators/vgb-bin/distinfo | 2 | ||||
-rw-r--r-- | emulators/vgba-bin/Makefile | 5 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/emulators/vgb-bin/Makefile b/emulators/vgb-bin/Makefile index 6be8edbcead1..d3e02bceb1dc 100644 --- a/emulators/vgb-bin/Makefile +++ b/emulators/vgb-bin/Makefile @@ -6,11 +6,12 @@ # PORTNAME= vgb -PORTVERSION= 20 +PORTVERSION= 2.1 +PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/fms/VGB/ PKGNAMESUFFIX= -bin -DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin +DISTNAME= VGB${PORTVERSION:S/.//}-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z MAINTAINER= lioux@FreeBSD.org diff --git a/emulators/vgb-bin/distinfo b/emulators/vgb-bin/distinfo index e84809f50cd7..e7d083895764 100644 --- a/emulators/vgb-bin/distinfo +++ b/emulators/vgb-bin/distinfo @@ -1 +1 @@ -MD5 (VGB20-FreeBSD-80x86-bin.tar.Z) = b8869fff11221fccbe991e6ddd0dcf72 +MD5 (VGB21-FreeBSD-80x86-bin.tar.Z) = d9376b9e962e7de8f76d87a6bedcf19e diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile index 6be8edbcead1..d3e02bceb1dc 100644 --- a/emulators/vgba-bin/Makefile +++ b/emulators/vgba-bin/Makefile @@ -6,11 +6,12 @@ # PORTNAME= vgb -PORTVERSION= 20 +PORTVERSION= 2.1 +PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/fms/VGB/ PKGNAMESUFFIX= -bin -DISTNAME= VGB${PORTVERSION}-FreeBSD-80x86-bin +DISTNAME= VGB${PORTVERSION:S/.//}-FreeBSD-80x86-bin EXTRACT_SUFX= .tar.Z MAINTAINER= lioux@FreeBSD.org diff --git a/emulators/vgba-bin/distinfo b/emulators/vgba-bin/distinfo index e84809f50cd7..e7d083895764 100644 --- a/emulators/vgba-bin/distinfo +++ b/emulators/vgba-bin/distinfo @@ -1 +1 @@ -MD5 (VGB20-FreeBSD-80x86-bin.tar.Z) = b8869fff11221fccbe991e6ddd0dcf72 +MD5 (VGB21-FreeBSD-80x86-bin.tar.Z) = d9376b9e962e7de8f76d87a6bedcf19e |