https://github.com/rofl0r/generator
fork of generator sega mega-drive/genesis emulator, fixed to work with gtk+2
https://github.com/rofl0r/generator
Last synced: 9 months ago
JSON representation
fork of generator sega mega-drive/genesis emulator, fixed to work with gtk+2
- Host: GitHub
- URL: https://github.com/rofl0r/generator
- Owner: rofl0r
- License: other
- Created: 2022-02-17T22:36:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T14:04:30.000Z (almost 4 years ago)
- Last Synced: 2025-04-11T05:52:22.652Z (over 1 year ago)
- Language: C
- Size: 1.43 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
This directory contains Generator, a Sega Genesis (Mega Drive) emulator.
this fork is based on generator 0.35+cbiere-r4+latest SVN snapshot,
and replaces the GTK+1 backend with a GTK+2 one.
the commit history also features all previously published releases.
Tested configurations:
./configure --with-gtk --with-sdl-audio
./configure --with-sdl --with-sdl-audio
Generator is free software. See the file COPYING for copying permission.
Some parts of Generator are distributed under different terms; see the
individual source files for details.
Documentation for project is maintained online on the web site, although
the INSTALL file details information on installing the program from source.
This distribution contains:
cpu68k/ 68000 processor files
jgz80/ Jolly Good Z80 (Portable C)
ym2612/ YM2612 (yamaha FM) files
sn76496/ SN76496 (programmable sound generator) files
hdr/ header files
main/ main source files
extra/ extra files not used in compilation
See http://www.squish.net/generator/ for more information.