[Return]

Report a post

Preview
>>160918
mame has a GUI interface but because this is a romhack, it fails the extra sanity checks the GUI does so it is more of a pain than it should be

for anyone else who doesn't know what to do on Windows:

download and extract MAME
make a folder called hax where mame.exe is located
rename gemu036.zip to dkong.zip and put it in that hax folder
make a nobukong.bat file in the folder with mame.exe with the the following text in it:
mame -rompath hax dkong
run that .bat file to play

on Linux, after installing MAME and putting gemu036.zip in ~/hax/, make a nobukong.sh file with the following
#!/bin/sh
mame -rompath ~/hax dkong

open a terminal wherever you put nobukong.sh and do chmod +x nobukong.sh to make it executable
then you can run that .sh from the command line or double click it
Post number No.160932
Board Off-Topic@Heyuri
Optional. Describe what's wrong with it.