freebsd-ports/emulators/generator/pkg-descr
Patrick Li 112b0c3c7b Add sound support
Bump PORTREVISION
Submitter takes maintainership
Add pkg-message and rework pkg-descr

PR:		ports/82141
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-12 07:17:43 +00:00

24 lines
1.0 KiB
Plaintext

SEGA Genesis emulator
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 it's own custom 68000 processor emulation which is and uses
compilation techniques 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 include two versions of every instruction - one
that calculates flags and one that doesn't, so that unnecessary flag
computation is avoided.
Author: James Ponder
WWW: http://www.squish.net/generator/
- Alejandro Pulver
alejandro@varnet.biz