summaryrefslogtreecommitdiff
path: root/emulators
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Add patches from Matt Fredette to (a) avoid a diagnostic assertion whenmartin6-3/+122
emulating m68k read-modify-write cycles in debug versions and (b) fix emulation of fmovl to the fpcr register with an immediate source value.
2013-12-18ISO C++ says that replacements for operator new/delete must be global.joerg4-2/+44
So don't define inline versions of them.
2013-12-13Bump PKGREVISONobache2-16/+11
* apply openSUSE-SU-2013:1859-1 for CVE-2013-4545 * add missing openlda requirement * remove redundants from distinfo
2013-12-12reorder to avoid unwanted substitute.obache1-3/+3
2013-12-12+ suse131_{32_}mozilla-{nspr,nss}obache1-1/+5
2013-12-12Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module.obache10-2/+70
Tyey are in base package for suse121.
2013-12-10Add support for SunOS x86_64. Patch from Sebastian Wiedenroth.jperkin1-1/+2
2013-12-10Use LDFLAGS instead of LIBS, fixes SunOS. Patch from Sebastian Wiedenroth.jperkin1-2/+2
2013-12-10Add socket libraries on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+3
2013-12-10Fix build on SunOS. Patch from Sebastian Wiedenroth.jperkin2-6/+16
2013-12-06openSUSE-RU-2013:1801-1 had been backed out due to ABI incompatibility,obache2-9/+10
so changed to use GA version. Bump PKGREVISION.
2013-12-06commented out suse131_linux.obache1-2/+2
2013-12-05Added openSUSE 13.1 packages, provides a number of components for aobache155-1/+2595
openSUSE-based Linux binary emulation environment.
2013-12-02Update to 0.2:wiz3-65/+6
Version 0.2: - add experimental support for Super Game Boy, including Super Game Boy borders. - add support for emulation speedup. - add support for forcing emulation mode (Game Boy, Color Game Boy or Super Game Boy) in Configuration File. - improved accuracy for startup state.
2013-11-29Racy build.joerg1-1/+3
2013-11-29Fix assembler syntax to not depend on horrendous GNU implementationjoerg2-1/+60
details.
2013-11-25PKGREVISION bump for json-c shlib rename.wiz1-2/+2
2013-11-15Update to 0.1.4: Keys configurable.wiz2-6/+6
2013-11-14Update to 0.151: the usual changes.wiz9-54/+144
2013-11-13+ realboywiz1-1/+2
2013-11-13Import realboy-0.1.3 as emulators/realboy.wiz4-0/+43
RealBoy is a Free, Fast, Yet Accurate, Game Boy/Game Boy Color Emulator for Linux/Unix. It has both technical as well as educational goals. Technically, it aims for the following: 1) Accuracy. Perhaps the most important technical goal, as seen in the best closed-sourced emulators, such as KiGB and BGB, and some free emulators, such as Gambatte and MESS. 2) Performance. Show that it is possible to implement a very fast emulator without sacrificing accuracy. 3) Feature-rich. Implement advanced features such as a flexible internal debugger.
2013-11-11Don't add -frerun-cse-after-loop. Use do-install to do it properly.joerg3-8/+14
2013-11-10Update to 1.50ryoon8-199/+57
* Included Linux image works fine on NetBSD/amd64 6.99.23 Changelog: New features Addition of ports to Amiga OS 3 and OS 4. Sound emulation. Support for RAM sizes other than 4MB (512KB, 1MB, 2MB, 4MB, 8MB, 12MB & 16MB now supported). ARM250 & ARM3 CPU emulation. ArcEm clock set from host's clock, partial RTC support. Extension ROM emulation, allowing support for the following new features when emulation RISC OS: HostFS - A RISC OS filesystem to allow use of a directory on the Host Filing system as a virtual hard drive. Mouse scroll wheel support. Extra video modes, up to 1024x768 in 16 colours and 800x600 in 256 colours. Bug fixes/Improvements Many performance tweaks and optimisations, resulting in a 5-6 times performance gain on ARM hosts. A 600MHz XScale can now achieve a level of performance roughly equivalent to an 8MHz ARM2. Similar performance gains can be seen on other low-power hosts. Video emulation rewritten to provide accurate redraw and VSync timing, down to the scanline level. Video emulation now supports upscaling and aspect ratio correction for rectangular pixel modes. All hardware clocks/timers (IOC timers, video DMA, audio DMA, etc.) now run in real time, ensuring one second takes one second no matter how fast the host machine is. Source code tidied a bit to remove redundant code, including support for emulation of 32bit processor modes (there are other, much better emulators for that!). Source code converted to use C99 number types to aid portability. Instruction prefetch now correctly emulated - ensures correct operation with self-modifying code and some forms of copy protection. RISC OS version now 32bit compatible, and ARMv7-safe. Also much more useable with modern machines/LCD monitors as it no longer requires the host to be able to support Archimedes screen modes. Windows version updated to build under Visual Studio 2010 (including Express edition). Unix/X11 version now supports X servers that don't support XWarpPointer.
2013-11-02If the device for the serial console is given as "pty" allocate onechristos7-3/+144
automatically, and tell the user what got allocated.
2013-11-02Make the emulator not crash on EOF in the tmesh.martin5-10/+60
Also, since pkgsrc knows very well where we install the needed libraries, use that as a default path if the user does not supply an LTDL_LIBRARY_PATH.
2013-10-31Add -fPIC to CPPFLAGS to fix build on NetBSD-6.99.24/amd64/clang/libc++.wiz1-1/+2
2013-10-28Use normal optimiser settings, most of the manual overrides are thejoerg5-10/+69
default anyway.
2013-10-28Don't play with the inline settings.joerg2-1/+14
2013-10-27Make this build on Mac OS X 10.7.x - the linker needs ranlink ranhubertf3-5/+7
(via ar), else it will fail to link. OK joerg@
2013-10-26Provide some sane ARFLAGS.joerg2-4/+12
2013-10-26It needs bison to build.asau1-2/+2
2013-10-24Remove obsolete patch and regen distinfo.ryoon2-71/+4
checksum for tar ball is fixed.
2013-10-24Regen distinfo.ryoon1-5/+6
2013-10-21Fix build on SunOS. Patching partly Sebastian Wiedenroth.fhajny3-2/+33
2013-10-20Avoid symbol overlap with libm.joerg3-1/+27
2013-10-20Don't use Windows specific flags in the default build.joerg2-5/+7
2013-10-20More target emulation binaries for Linux.joerg1-1/+5
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-17Add klh10ryoon1-1/+2
2013-10-17Import klh10-2.0h as emulators/klh10.ryoon16-0/+979
PDP-10 KL10B model emulator. KL10B model supports extended addressing. Tap networking support is from http://www.falu.nl/~rhialto/klh-diffs2 . This package is potentially built on i386, amd64, arm, alpha, sparc, and powerpc platforms. But this package supports i386 and amd64 only now, and only amd64 build is tested, due to lack of my test environments.
2013-10-17xtrs only relies on readlineroy1-5/+12
2013-10-16aliados really uses terminfo.roy5-3/+146
2013-10-15Update to 3.09ryoon7-53/+131
* With some aws tape images, I have gotten some errors * We can install Linux/s390x to hercules with tun network support on NetBSD Changelog: unknown
2013-10-14Fix non-BSD buildryoon2-4/+4
* Fix typo in variable name.
2013-10-13Update HOMEPAGEryoon1-2/+2
2013-10-13Update to 1.6.1ryoon7-31/+90
Changelog: * Improve tap networking support for *BSD. * Bugfixes
2013-10-12Update HOMEPAGE.ryoon1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon19-36/+38
2013-10-10Don't redefine realloc before including system headers that might usejoerg5-4/+44
it. Make a few more warnings non-fatal for clang.
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2