summaryrefslogblamecommitdiffstatshomepage
path: root/src/emu/cheat.h
blob: 566742c69f3fc7e0a49b59745c522c97dbb61df6 (plain) (tree)
























                                                                      
/*********************************************************************

    cheat.h

    Cheat system.

    Copyright (c) 1996-2007, Nicola Salmoria and the MAME Team.
    Visit http://mamedev.org for licensing and usage restrictions.

*********************************************************************/

#pragma once

#ifndef __CHEAT_H__
#define __CHEAT_H__

#include "mamecore.h"

void cheat_init(running_machine *machine);

int cheat_menu(int selection);

void cheat_display_watches(void);

#endif	/* __CHEAT_H__ */