Skip to content

NinjasCL-archive/mamechela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MameChela

####You got a Hiscore You won a Beer

MameChela is a simple hack to mame based in the MKCHAMP hack for Hiscores.

Consist in a Python Script that Talks to an Arduino. This script checks if the files in hiscore directory for the current game are equal, if they are not you made a High Score!


  1. Download Mame Sources MameDev

  2. Install mame dependencies (ubuntu)

     $ sudo aptitude install build-essential libgtk2.0-dev libgnome2-dev libsdl1.2-dev
    
  3. Apply patches

     $ patch -p0 -E -binary < 0148u1.diff
    
     $ patch -p0 -E -binary < hi_148.diff
    
  4. Overwrite mame/src/emu/ hiscore.c & hiscore.h with mamechela's hiscore.c & hiscore.h

     $ cp mamechela/hiscore* ../src/emu/
    
  5. Make (takes some time)

     $ make
    
  6. Config mame

  7. Put some roms

  8. Connect Arduino (more to come)

  9. Check that mamechela.py is configured correctly (Arduino Config)

  10. Check mamechela.sh commands

  11. For turn off use Ctrl+C or Arduino's Shutdown command

####Usage

	./mamechela.sh <game> 

About

[UNMAINTAINED] You got a Hiscore You Won a Beer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors