Subject: CVS commit: pkgsrc/emulators/generator
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2002 22:08:40
Module Name: pkgsrc
Committed By: agc
Date: Thu May 9 19:08:40 UTC 2002
Update of /cvsroot/pkgsrc/emulators/generator
In directory netbsd.hut.fi:/tmp/cvs-serv17856
Log Message:
Initial import of Generator-0.34 into the NetBSD Packages collection.
Generator is an open source emulator designed to emulate the Sega
Genesis / Mega Drive console, a popular games machine produced in the
early 1990s. It is a portable program written in C and has been
ported to the Amiga, Macintosh, Windows and even pocket PCs such as
the iPAQ and Cassiopeia. Natively it compiles under unix for X
Windows with either tcl/tk or gtk/SDL, for svgalib and even
cross-compiles to DOS with djgpp/allegro.
Generator uses its own custom 68000 processor emulation which is
designed for dynamic recompilation, and uses techniques from this such
as block-marking, flag calculation removal, operand pre-calculation,
endian pre-conversion etc. There are approximately 1600 C routines
generated by the first stage of compilation to cope with the 67
instruction families. These routines are used as a 'backup' when
dynamic recompilation isn't supported on your platform or the
recompiler doesn't support a particular instruction. The CPU engine
is by all accounts very fast, whatever the mode.
There is a 'test' recompiler written for the ARM processor, but it is
no longer supported. If someone with assembler knowledge wants to put
the effort into writing a recompiling back-end for a processor (and it
really is major effort), let me know - particularly if you know i386.
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/emulators/generator/Makefile
N pkgsrc/emulators/generator/DESCR
N pkgsrc/emulators/generator/distinfo
N pkgsrc/emulators/generator/PLIST
N pkgsrc/emulators/generator/patches/patch-aa
No conflicts created by this import