Develop and Download Open Source Software

Browse CVS Repository

Contents of /mame32jp/mame32jp/src/cheat.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download) (as text)
Wed Apr 24 03:53:20 2002 UTC (21 years, 11 months ago) by zero
Branch: MAIN
CVS Tags: ver_0_60_1, ver0_59_13, ver0_59_14, ver0_60_2, ver0_60_3, ver0_60_4, ver0_60_5, HEAD
Changes since 1.4: +0 -0 lines
File MIME type: text/x-chdr
*** empty log message ***

1 /*********************************************************************
2
3 cheat.h
4
5 *********************************************************************/
6
7 #ifndef CHEAT_H
8 #define CHEAT_H
9
10 extern int he_did_cheat;
11
12 void InitCheat(void);
13 void StopCheat(void);
14
15 int cheat_menu(struct mame_bitmap *bitmap, int selection);
16 void DoCheat(struct mame_bitmap *bitmap);
17
18 void DisplayWatches(struct mame_bitmap * bitmap);
19
20 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26