summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2004-06-16unlimit datasize to fix compilation of M6502Hi.cxx, as noted bydillo1-1/+2
dgriffi at cs dot csubak dot edu on tech-pkg.
2004-06-15this needs flex to buildgrant1-1/+2
2004-06-13Make this compile on NetBSD-currentagc4-22/+44
Silence some obvious warnings Fix a typo
2004-06-13this uses a c and c++ compiler.grant1-1/+2
2004-06-13this has little hope of building with anything but gcc. make it so.grant1-1/+3
2004-06-13this uses a c and c++ compiler.grant1-1/+3
2004-06-11Update PEACE to 20040611 snapshotkent2-9/+9
- support statvfs change of NetBSD - implement SuspendThread() and ResumeThread() - introduce a simple debugger - IsProcessorFeaturePresent(): implement PF_XMMI64_INSTRUCTIONS_AVAILABLE and PF_FLOATING_POINT_PRECISION_ERRATA - Some HCURSOR-related functions are implemented. - improve Virtual*() functions support - SEH support for SIGFPE and SIGSEGV - debug messages are printed via stderr, not stdout - fix a problem of CreateDIBitmap() - implement GetPaletteEntries() - implement GetDIBColorTable() and SetDIBColorTable() - implement Heap*() functions - make kernel object handles indexes in the handle table instead of addresses of memory block. - improve Event/Mutex/Semaphore implementation
2004-06-10Add missing stella-sdl pkg.xtraeme1-1/+2
2004-06-05jmmv's suggestions in tech-pkg:xtraeme1-5/+7
o ${ECHO_MSG} -> ${ECHO} o /bin/sh -> ${SH} o Add missing "$@" to pass parameters to the app. o Build/install the script in the right target.
2004-06-05jmms's suggestions in tech-pkg for emulators/openmsx:xtraeme1-4/+7
o ${ECHO_MSG} -> ${ECHO} o /bin/sh -> ${SH} o Build/install the script in the right target. o Add missing "$@" to pass parameters to the app. And bump PKGREVISION because the PLIST was modified.
2004-06-05Install a simple script into ${PREFIX}/bin to run openmsx.xtraeme2-2/+10
2004-06-05Update emulators/raine to 0.40.2.xtraeme4-34/+55
Changes: o Fixed the rotation keys for "Forgotten worlds" and "Downtown". o Fixed custom keys. o Added some new features. o Support for other seta games: Zombie Raid, Dragon Unit, etc. And more!
2004-06-05Initial import of stella-sdl (SDL port of Stella Atari 2600 emulator).dillo3-0/+40
2004-06-05update to 1.3, prepare for forthcoming stella-sdl, take maintanershipdillo7-129/+247
Changes since 1.1: * Improved TIA sound system so that games with digitized audio work * Added saving and loading of game state to the core; X11, SDL, and DOS versions current support saving and loading game state * Added support for F4 bankswitching method * Pitfall II DPC sound emulation completed * Support added for the Commavid (CV) bankswitching method. * Support added for the Megaboy cartridge. * Improved Supercharger emulation including a new BIOS that shows the vertical blue progress bars like the real thing. * Added snapshot support to the X11 and SDL versions. Pressing F12 saves the current screen in PNG format. Requires PNG library. * Added pause functionality to the core. Implemented in DOS, X11, and SDL versions for now.
2004-06-01Work arround broken detection of getmntinfo(3) to make this build ontron1-1/+5
NetBSD 2.0D and above.
2004-05-29Bl3ify, and use mk/pthread.buildlink3.mk instead of hard-codingkristerw5-63/+23
a pthread package. Bump PKGREVISION.
2004-05-29Added openmsx-0.4.0.xtraeme1-1/+2
2004-05-29Initial import of openmsx-0.4.0.xtraeme7-0/+494
openMSX, the open source MSX emulator that tries to achieve near-perfect emulation by using a novel emulation model. Hardware emulated: o almost all MSX systems, except for some details. o Different CPU clock speeds, including those for the Panasonic MSX2+ machines. o Almost all known cartridge mapper types via autodetection or the included ROM database. o Many MSX storage (disk/SRAM) systems. o kanji JIS ROM 1 and 2. o Mouse and joystick (with option to use the keyboard as joystick). o rensha turbo auto fire support. And more! -- http://openmsx.sf.net/
2004-05-28actually add patch, pointed out by wiz.dillo1-0/+22
2004-05-27Require at least version 2.1 of the "rpm2pkg" package to make suretron1-2/+2
that symbolic links to manual pages are handled correctly.
2004-05-26Fix usb joystick driver for talkative joysticks: read all availabledillo5-4/+30
reports and use the newest one. Bump PKGREVISION.
2004-05-25Add VICE_USE_FFMPEG to BUILD_DEFS, says dillo.wiz1-1/+3
2004-05-25Add VICE_USE_FFMPEG switch to enable ffmpeg support in vice.wiz1-1/+10
Document it in bsd.pkg.defaults.mk. Defaults to "no". PKGREVISION not bumped since package does not change (by default).
2004-05-24Correct ONLY_FOR_PLATFORM for NetBSD-[2-9]*.kristerw1-2/+2
2004-05-23USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translateddanw2-2/+5
properly on various OSes
2004-05-16Update xmess to 0.82.1.kristerw4-20/+18
Changes since 0.81.1 include: - Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and MESS 0.82 (http://x.mame.net/changes-mess.html). - Improved the message that is displayed when a suitable X11 visual cannot be found. Fixes Bugzilla bug 219. (Christopher Stone)
2004-05-16Update xmame to 0.82.1.kristerw4-20/+35
Changes since 0.81.1 include: - Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and MESS 0.82 (http://x.mame.net/changes-mess.html). - Improved the message that is displayed when a suitable X11 visual cannot be found. Fixes Bugzilla bug 219. (Christopher Stone) - Fixed the most egregious formatting errors in the xmame.6 manpage. (Andre Majorel)
2004-05-11Update to winelib-0.2 (part of mono beta 1)recht4-10/+30
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11update homepage, add commented out master site for 0.4.1 versiondillo1-2/+4
(the one listed on the homepage is down)
2004-05-07whitespace nitscjep1-2/+2
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-05-06Changes 20040505:adam5-24/+25
- Many more filesystem improvements, including autodetection of drive types and devices, and support for editing the drive configuration with winecfg. - Many Direct3D improvements. - Several fixes to the various sound drivers. - Lots of bug fixes
2004-05-05Convert to buildlink3. emulators/ is now totally rid of buildlink2.snj1-6/+6
2004-05-02Bug fixes and cleanups for the uart emulator. Submitted on sourceforge asbouyer7-2/+316
bug id 944916 and 946541.
2004-04-26Convert to buildlink3.snj3-8/+26
2004-04-26Update to 0.21.2. Main change since 0.20.7:bouyer8-89/+38
o Updated to support GTK+ 2.x o Added the stopwatch command. o added support for more processors o EEPROM added to 18F devices by Mike Durian o Added breakpoint capability on nodes o Added spi Module o Added attributes to external usart module o log command has been added (Command Line) o Profiling has been added (gui) o Trace viewer has been added o Added parport - parallel port loadable module o Source level debugging of C files o Added module attibutes (attribute.cc) o Enhanced module interface - now LCD module works with gpsim o Beautified the Single Step and Trace dump outputs o Added break on stack overflow and underflow o Added break mask to wv/rv type break points. Now you can specify which bits are significant. o Added "--cli" command line option. Invokes gpsim in command line mode even if it has been configured to use the gui. o Program viewer can now display ASCII encode text in "dt" tables o Added pullup/pulldown resistors to the gpsim modules o added "frequency" command o Added time field to the gui status bar.
2004-04-24Convert to buildlink3.snj1-7/+7
2004-04-24Convert to buildlink3.snj1-7/+7
2004-04-23Fail gracefully for architectures that cannot use the suse_linuxkristerw1-4/+3
packages (instead of error due to use of uninitialized variables).
2004-04-19Convert to bl3.wiz3-8/+9
2004-04-19No building is done here -- set NO_BUILDLINK to YES, and removewiz17-25/+34
USE_BUILDLINK2, if any.
2004-04-19Convert to bl3.wiz1-2/+2
2004-04-19Convert to bl3.wiz1-3/+3
2004-04-19Convert to bl3.wiz1-2/+2
2004-04-17Make the package build when using C89 compilers (such as gcc 2.95).kristerw5-1/+79
2004-04-16Update xmess to 0.81.1.kristerw3-24/+7
Changes since 0.80.1nb1: - Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and MESS 0.81 (http://x.mame.net/changes-mess.html). - Fixed a problem with the lightgun offscreen reloading that caused a random shot every fourth or fifth shot. (Joe Inkenbrandt)
2004-04-16Update xmame to 0.81.1.kristerw4-23/+19
Changes since 0.80.1nb1: - Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and MESS 0.81 (http://x.mame.net/changes-mess.html). - Fixed a problem with the lightgun offscreen reloading that caused a random shot every fourth or fifth shot. (Joe Inkenbrandt)
2004-04-16bl3ifysalo1-4/+4
2004-04-14Add FreeBSD support for suse linux packages, from Michal Pasternak inxtraeme19-47/+96
PR pkg/23900.
2004-04-13Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/).xtraeme1-2/+2