Difference between revisions of "VGen"
From Sega Retro
Scarred Sun (talk | contribs) m (10 revisions) |
m (spelling/grammar/fixes) |
||
Line 1: | Line 1: | ||
[[Image:VGEN2.PNG|right]] | [[Image:VGEN2.PNG|right]] | ||
− | '''Virtual Genesis''' (short VGen) is a [[Sega Mega Drive/Genesis]] emulator for DOS by Jason Meehan. It is written in C and x86 assembly language using djgpp and NASM. The emulator is discontinued as of June | + | '''Virtual Genesis''' (short VGen) is a [[Sega Mega Drive/Genesis]] emulator for DOS by Jason Meehan. It is written in C and x86 assembly language using djgpp and NASM. The emulator is discontinued as of June 2, 2001. |
It features a mouse-driven GUI and has several debugging options. However, DAC is not emulated. | It features a mouse-driven GUI and has several debugging options. However, DAC is not emulated. |
Revision as of 03:07, 11 January 2012
Virtual Genesis (short VGen) is a Sega Mega Drive/Genesis emulator for DOS by Jason Meehan. It is written in C and x86 assembly language using djgpp and NASM. The emulator is discontinued as of June 2, 2001.
It features a mouse-driven GUI and has several debugging options. However, DAC is not emulated.
Current Status
- 68000 by Neill Corlett
- Z80 by Neil Bradley
- PSG and YM2612 sound emulation
- Genesis main RAM, VRAM, CRAM, Z80 RAM, VDP registers
- DMA
- V Interrupt and H Interrupt
- Plane A, Plane B, Sprite plane and window plane
- Horizontal and vertical scrolling
- Controller 1 and 2 emulation
Download
Download VGen |
DPMI Required
VGen requires a DPMI server, such as CWSDPMI, in order to run. If one isn't found, the program will exit with an error message.
A copy of CWSDPMI version 5 is available here: Csdpmi5b.zip (info) (53 kB)