diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-06 14:45:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-06 14:45:04 +0000 |
commit | b2f397c00a8979c652e4e36f28377f5f454efb62 (patch) | |
tree | 7c1c5a87d31b11f0990b69632a833f5b7d7fd85a /emulators/fmsx/Makefile | |
parent | 5d4407fc4bb1c19edf775922a10971fd1ad2808e (diff) | |
download | pkgsrc-b2f397c00a8979c652e4e36f28377f5f454efb62.tar.gz |
Update to 2.2. Enable sound.
Changes since last version (2.1):
* Interrupt system rewritten.
* Mapper management rewritten.
* Keyboard assignments changed again. Check the documentation!
* Made a new MSDOS port of fMSX (still in development).
* Integrated modular AY8910 emulation.
* Integrated modular SCC emulation.
* Integrated SndUnix/SndWin/SndMSDOS sound drivers.
* Sound track is now logged to MIDI files.
* Added a table of I/O handler functions to Z80 core for easy expansion.
* Added ability to load flat (no mapper) 64kB ROMs.
* Added automatic MegaROM mapper guessing (-rom 6).
* Added standard PAL/NTSC timings.
* Added V9958 version flag in MSX2+ mode (VDP S1).
* Added correct emulation of HR/VR flags (VDP S2).
* Fixed border color in SCREEN8 (VDP R7).
* Fixed blinking frequency in TEXT80 (VDP R13).
* Added ADJUST register emulation (VDP R18).
* Added V9938 character scrolling to SCREEN0 and TEXT80 (VDP R23).
* Added scrolling to SCREEN1, SCREEN2, and SCREEN3 (VDP R23).
* Fixed scrolling bug in SCREEN6 and SCREEN7 (VDP R23).
* Made left/right borders 9/7 pixels in SCREEN0 and TEXT80.
* Added -home option to tell fMSX where to find system ROMs.
* Added -auto option for auto fire on pressing SPACE.
* Fixed information printed on -help.
* Fixed crash in fMSX-Windows when switching from 8kB to 16kB MegaROMs.
* Fixed trash in MSX2 logo in fMSX-Windows that appeared after reset.
* Better resizing in fMSX-Windows Setup panel.
Diffstat (limited to 'emulators/fmsx/Makefile')
-rw-r--r-- | emulators/fmsx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 963387ecd86..5747236b4bc 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 15:54:26 martin Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/06 14:45:04 wiz Exp $ -DISTNAME= fMSX21.tar -PKGNAME= fmsx-2.1 +DISTNAME= fMSX22.tar +PKGNAME= fmsx-2.2 CATEGORIES= emulators x11 MASTER_SITES= http://www.komkon.org/fms/fMSX/ EXTRACT_SUFX= .Z @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/MSX DEFS= -DFontDir=\"\\\"${PREFIX}/share/fmsx/\"\\\" DEFS+= -DRomDir=\"\\\"${PREFIX}/share/fmsx/\"\\\" -DEFS+= -DMITSHM -D${CUR_DEPTH} +DEFS+= -DMITSHM -D${CUR_DEPTH} -DSOUND -DSUN_AUDIO MAKE_ENV= DEFS="${DEFS}" |