Skip to content

10yard/vectorkong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 

Repository files navigation

Vector Kong

A vectorised version of Donkey Kong for MAME. A hack of the original arcade game which suppresses the normal video output completely and renders high resolution vectors to the screen instead of pixels. The techniques used could be applied to other classic arcade games.

The plugin makes use of the drawing capabilities of LUA scripting language (available in MAME from version 0.196 to current).

VectorKong Plugin Screenshot

Tested with latest MAME version 0.245

Compatible with all MAME versions from 0.196

Installing and running

The Plugin is installed by copying the "vectorkong" folder into your MAME plugins folder.

The Plugin is run by adding -plugin vectorkong to your MAME arguments. I also recommend that you use opengl video e.g.

mame dkong -plugin vectorkong -video opengl

or you can enable the plugin in your MAME configuration.

Feedback

Please send feedback to jon123wilson@hotmail.com

Jon

VectorKong Plugin Logo