diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-30 14:07:35 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-03-30 14:07:35 +0000 |
commit | d116fc30b56be4facc1bb0716ee85cc00d7c9006 (patch) | |
tree | 6d04f02d1b577aa672fe78f7b06e596adc6ada5b /emulators/vgba-bin | |
parent | a97d30f72c1286ee1e37198d6bc06292d29ebdd9 (diff) |
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).
Notes
Notes:
svn path=/head/; revision=40588
Diffstat (limited to 'emulators/vgba-bin')
-rw-r--r-- | emulators/vgba-bin/Makefile | 5 | ||||
-rw-r--r-- | emulators/vgba-bin/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
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 |