summaryrefslogtreecommitdiff
path: root/emulators/dosbox
AgeCommit message (Collapse)AuthorFilesLines
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-03-30Update to 0.65 (there is not 0.64).xtraeme2-7/+6
* 4/15/16/32bpp VESA mode support * Lot's of fixes for better vga compatibility * Improved CGA composite output * Added video capturing to avi * Improved screen updating for more speed * PCjr machine mode added * Speedup cpu cores and fix endian issues * FPU core speedup with assembly * Improved keyboard and bios handling * Lockfree mouse mode added again * Improved builtin dos with umbs and better fat support * Added VCPI emulation and fixed some issues with ems * Improved support for booter games * Modem and IPX support improved for multiplayer * Countless other bugfixes and features added Ok'ed by cube.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz1-2/+2
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-1/+2
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-11-22Changes 0.63:adam3-14/+9
- Fixed crash with keymapper (ctrl-f1) and output=surface. - Added unmounting. - Fixed multiple issues with drive labels. - Fixed most if not all FILES=XX problems. - Added redirection in the shell. - Fixed crashes with subst. - Fixed multiple crashes with the drive images support. - Added a missing fpu instruction. - Fixed some cpu and fpu instructions. - Fixed a small bug related to font loading. - Rewrote the devices support. - Added capslock/numlock checks on startup. - Fixed wave writing. - A few internal DOS fixes. - Timer fixes for the hybrid loader. - Some small soundblaster fixes. - The drive cache can now be cleared by a keycombo. (CTRL-F4) - A few keyboard fixes. - Compilation fixes on various platforms. - Quite some debugger improvements. - Fixed dir only showing files after the first run on cdrom drives. - Added some cdrom detection checks. - Enabled insert in the shell. (Easier editing of commands) - Changed order in which executables appear with tab-completion. - Fixed some issues with raw opl recording and using a slightly different format
2004-10-06Use rint instead of lround to make it build on 2.0.wiz2-1/+15
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-10-01Update emulators/dosbox to 0.62.xtraeme3-6/+10
Changes: # Improved x86 dynamic core, more stable. # The usual cpu/fpu emulation fixes and speedups. # Soundblaster 16 and opl3 emulation added. # Internal mixer updated with interpolation and volume support. # Intelligent MPU-401 emulation added. # ISO/Disk image mounting support. # Custom chipset emulation for cga,tandy hercules modes. # Improved pc-speaker emulation. # Improved GUS emulation. # Added a keymapper. # VGA/VESA Bios fixes. # IPX networking support. # A zillion internal dos fixes/updates. # New ddraw rendering output and new render functions. # Raw adlib/midi capturing.
2004-06-13this uses a c and c++ compiler.grant1-1/+2
2004-03-07Use bl3.snj1-5/+5
2004-02-03Update dosbox to 0.61xtraeme2-9/+11
Tuesday, February 3rd, 2004 - Harekiet DOSBox 0.61 Released * Added a beta dynamic cpu for x86 hosts (very unstable) * Added opengl and hardware overlay display output * Rewrote the vga screen updates to go in lines * Added paging and v86 support to cpu emulation * Added a config option to simulate a certain type of machine * Added hercules graphics emulation * Made CGA/TANDY modes more compatible * Updated textmode drawing routines to support blinking colors * Fixed VESA set page function that was documented wrong * Fixed some wrongly emulated cpu opcodes. * improved exception handling * debugger: fixes; logging of gdt,lgt,idt, new commands(Fizzban) * fixed some mscdex issues (drive letter header error, added get directory entry) * added/fixed some bios funcs * added some rarely used xms functions (thanks c2woody!) * implemented GUS emulation * Added 16-bit DMA support (for GUS and eventually SB16) * Fixed many small bugs in filehandling routines * Many small FPU fixes (c2woody/Fizzban) * Some keyboard improvements (pharlab games) * Some Timer and cmos/rtc fixes (Mirek/Srecko/Others) * Lot's of mouse fixes (Help from various people) * Enabled internal modem * Made the DOS parsing routines a bit more flexible * Added Subst (Srecko) * Added cdrom ioctl support for linux (prompt) * Many internal DOS fixes: memory/files/datastructures. * Got some help from c2woody in allowing more than 1 irq being served * Disabled DPMI (not needed anymore. DOSBox handles almost every extender) * Search configfile in $HOME directory if none present in current directory * Added another way to switch to protected mode. (Thanks Morten Eriksen!) * Fixed some odd badly documented behaviour with PSP/DTA * Added some warnings on opening of readonly files in writemode (DOS default). * Many shell enhanchements * Fixed a win32 specific bug dealing with filenames starting with a "." * Fixed some bugs with the directory structure: not found/can't save errors
2003-11-10Regen (missed in previous)xtraeme1-2/+1
2003-11-10Updated to 0.60, provided by Soren Jacobsen PR pkg/23402.xtraeme3-20/+7
Changes since 0.58: * Added basic 386 protected mode support. * Added FPU emulation. * Added a virtual modem to dial to TCP sockets, still somewhat bugged. * Added VESA VBE 2.0 support for 256 color modes. * Added SB PRO 2.0 support. * Added internal DPMI host to handle some problematic games. * Added some support for tandy video mode. * Added some shell enhancements like tab-completion. * Added better support for CD drives, better audio playing and cd labels. * Added several features to the debugger. * Changed memory system for future page mapping support. * Changed large piece of VGA emulation core to handle future changes for hercules and full cga,tandy emulation. * Changed DMA for better accuracy. * Changed Tandy 3-voice emulation to use MAME's sn76496 code. * Fixed several bugs in directory caching code. * Fixed bugs in PIT and real time clock for better timing. * Fixed some issues with the console screen on windows. * Fixed several issues with the internal mouse driver. * Fixed bugs with files being opened multiple times, still not perfect but better. * Fixed a load of small other bugs that i've forgotten with these long delays between releases
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-1/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-03Initial import of dosbox, provided by Quentin Garnier via pkgsrc-wip.wiz5-0/+59
DOSBox is a DOS-emulator using SDL for easy portability to different platforms, DOSBox has already been ported to several different platforms, such as Windows, BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games... You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer !