summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2000-03-02Another week, another darcnes. Changes:wiz2-5/+5
o Fixed some problems with GG sprite clipping and tile rendering (only affects 8-bit mode). o Fixed X toplevel window to resize properly. o Cleaned up some of the X video code. o Added (untested) 24bpp support to X video code. o Cleaned up the FDS emulation code. o Added a lot of (inaccessible) extra FDS functionality.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-18/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-23Work around a gmake dependency problem.soren1-1/+4
Still dies at first keypress when I run it.
2000-02-20replace 'find' by '${FIND}' where appropriatewiz1-2/+2
2000-02-20Updated darcnes to 2000-02-19.wiz7-235/+33
Changes: o Unified cd_freebsd.c and cd_linux.c into cd_unix.c. o Added support for NetBSD CDROM (untested), and sound interfaces (thanks to Thomas Klausner for the NetBSD changes). o Changed the nes bank 4 and 6 I/O hooks. o Fixed FDS mapper to compile again. o Fixed some problems with the PCE timer. o Changed the PCE VDP interface not to use procpointers. o Added clipping sprites to the right side of the screen to the PCE VDP. o Removed the old (disabled) ROM type identification routine. o Fixed the battery file handling to not use a cheap hack to get the filename (this breaks all gg savegames until you rename the battery file).
2000-02-19added appropriate LICENSEwiz1-1/+3
2000-02-15When multi-line dependencies occur, use a "DEPENDS+= package" formatagc1-3/+3
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
2000-02-14First try at making darcnes work on non-i386-platformswiz10-17/+141
2000-02-14fix typowiz1-2/+2
2000-02-13add and enable darcneswiz1-1/+2
2000-02-13Initial import of DarcNES, a multi-system emulator. Currently emulateswiz9-0/+292
NES, SMS, and GG with sound, PCE without, and has basic support for some other systems (SMD, Coleco, Atari ][). This will not work on MSB-machines, for lack of access. The code should support it, so if anyone's willing...
2000-02-12remove unneeded md5 fileswiz1-3/+0
2000-02-08Complete "readline" to "edit" library transition so that this packagetron2-5/+14
works on ELF systems.
2000-02-08vice updated to 1.2. Now compiles with SUN audio system, insteadwiz9-58/+71
of OSS. From the ChangeLog (changes since 1.0): * Changes in VICE 1.2 ===================== ** C64 changes --------------- - Epyx Fastload and Westermann Learning Cartridges are supported now. ** C128 changes --------------- - The VDC hardware cursor has been implemented. - The machine can boot up in Z80 mode now. However CP/M does not work currently. ** PET changes --------------- - The CRTC emulation has been made pretty cycle-exact. You can now use timed raster effects. ** CBM-II changes --------------- - The CRTC emulation has been made pretty cycle-exact. You can now use timed raster effects. ** Drive changes ---------------- - D64 images with error codes are supported now. - The virtual drive emulation can process filenames containing zero bytes now.- The virtual drive commandline parser has been improved. - The fsdevice and the virtual drive emulation support memory read commands now. - Invalid scratch commands do not crash the fsdevice emulation. ** Unix changes --------------- - C64/C128 NTSC support (experimental). ** MS-DOS changes ----------------- - VDC grafic mode does not crash the emulator any more. ** MS-Windows changes --------------------- - New mouse emulation. - C64/C128 NTSC support (experimental). - The datasette status is displayed now. - Changing the palette works on-the-fly now. - A new VIC20 settings dialog. ** OS/2 changes --------------- - Sound, drive and joystick settings are implemented now. * Changes in VICE 1.1 ===================== ** General changes ------------------ - The datasette emulation supports saving to TAP images now. - Autostarting TAP tape images has been improved. - A command line option feeding the keyboard buffer on startup has been added. ** C64 changes --------------- - Fixed a bug in the REU emulation. GoDot now works. - Atomic Power cartridge is supported now. ** C128 changes --------------- - 80 column screen is emulated now. Currently the hardware cursor is missing, but Infocom adventures and GEOS128 work. - REU emulation is available now. - Fixed an IO banking bug. ** VIC20 changes ---------------- - New datasette emulation. - True 1581 emulation works now. ** PET changes -------------- - New datasette emulation. ** CBM-II changes ----------------- - New datasette emulation. ** Drive changes ---------------- - New 8050, 8250 and SFD1001 emulation using D80 and D82 disk images. - The virtual drive emulation, image contents lister and monitor block commands fully support G64 disk images. ** C1541 changes ---------------- - G64 disk image format is fully supported now. ** Unix changes --------------- - A dialog for creating empty disk images has been added. - The name of currently attached disk images is displayed now. - The disk image flip list can be maintained by a separate menu by clicking on the status bar. ** MS-Windows changes --------------------- - Run/Stop key is also present at ESC key, but it's still present at CAPS/LOCK, altough the latter doesn't work on Win98 with German and French keyboard layouts. - There is a disk/tape image contents lister now. - The RESTORE key is present now (PAGE UP). - Browse button in the device manager dialog works now. ** Miscellaneous changes ------------------------ - The `$xx' feature for specifying hexcodes on the command-line now works correctly. - Some P00 wildcard bug has been fixed. - An image content lister crash has been fixed. * Changes in VICE 1.0a ====================== ** MS-DOS changes ----------------- - x64 does not crash on start-up anymore. - Calling the emulator from a relative path works again. - 1541-II firmware is found now.
2000-02-05remove unnecessary whitespacewiz2-4/+4
2000-02-05grammar fixwiz1-2/+2
2000-01-31update to 2000_0104cdrochner6-27/+38
changes since 991023a: -various bugfixes -soundblaster emulation -cdrom emulation -new fpu emulator moved out of ${X11BASE}, there is little reason to have it there
2000-01-22Use "/dev/sound" instead of "/dev/mixer" as suggested by maximum entropytron2-5/+5
in PR pkg/9250.
2000-01-20Update to version 0.36b14.1.soren4-21/+24
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-13add \ for "(", ")" in BROKEN.sakamoto1-2/+2
2000-01-11BROKEN="linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)"sakamoto1-1/+3
2000-01-09Update this package to SuSE-6.3 so that glibc-2.1 applications are supported.tls14-55/+63
2000-01-07Add and enable linux-localesakamoto1-1/+2
2000-01-07Initial import of linux-locale-0.4.11sakamoto5-0/+80
Linux wcsmbs preload libraries and locales
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs9-9/+9
1999-12-29Makefile: lines reordered,wiz6-3/+7
DESCR: empty line removed, RCS tags added
1999-12-29RCS tags added/changed for pkglint (no # before $NetBSD$)wiz6-4/+6
1999-12-29fewer pkglint warnings by removing unnecessary lines in pkg/DESCRwiz3-4/+3
and reordering lines in Makefile
1999-12-29replaced some commands by their ${COMMAND} counterparts,wiz3-10/+12
reordered lines for fewer pkglint warnings
1999-12-18makemake makemakepatchpatchsumsumchristos1-3/+3
1999-12-18Use objcopy to make the binary file and load it directly,christos2-111/+80
instead of using loadfile which is less portable. [suggested by Tron]
1999-12-18Add a version (1.1)abs1-1/+2
1999-12-18redochristos1-2/+2
1999-12-18typo in patchchristos1-2/+2
1999-12-18New patch checksumchristos1-3/+5
1999-12-18- Fix Makefile to work with elfchristos4-58/+241
- Fix RO string that got written - Add mmap() when we run ELF, because we need to map lomem - Fix uninitialized reference in di->location - Make doscmd_loader use loadfile() [Tested only with ELF]
1999-12-10Handle EOF on command input.soren2-5/+15
1999-12-10Use strtoq(3) in place of strtoll().soren3-1/+83
1999-12-10Add / to homepage URL.soren1-2/+2
1999-12-10Add and enable ia64simagc1-1/+2
1999-12-10Import an IA64 simulator into the NetBSD packages collection.agc8-0/+76
1999-11-27defuzzrh4-23/+23
1999-11-23add a bunch of NO_CDROM where appropriatehubertf2-2/+4
1999-11-10Changed patches.soren8-144/+115
1999-11-10Xmess is now part of xmame.soren11-285/+0
1999-11-10Update xmame to 0.36b8.1.soren6-22/+23
Xmess is now integrated in xmame.
1999-10-25Update bochs to 991023a.drochner9-104/+143
relevant changes since 980707: new BIOS many many fixes integrated debugger additions Pentium emulation It's now possible to boot NetBSD inside bochs. (Remaining problems: missing BIOS INT15/86 (delay), IDE disk recognition, timer interrupt too fast, pccons-isapnp clash)
1999-10-21I know.. I know.. No updates of pkgs.. Especially this one fromgarbled2-7/+7
0.98 to 0.99a. However, the author removed the old distfile from his site, and the package wouldn't build anymore.
1999-10-07Remove me as maintainer of those packages.tron8-16/+16