Develop and Download Open Source Software

Browse CVS Repository

Contents of /mame32jp/mame32jp/src/hiscore.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 #ifndef HISCORE_H
2 #define HISCORE_H
3
4 void hs_open( const char *name );
5 void hs_init( void );
6 void hs_update( void );
7 void hs_close( void );
8
9 void computer_writemem_byte(int cpu, int addr, int value);
10 int computer_readmem_byte(int cpu, int addr);
11
12 #endif

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