mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
some h files cleanups (no whatsnew)
This commit is contained in:
parent
0eac092e51
commit
17114d5e23
@ -41,12 +41,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_1942(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/1942.c -----------*/
|
||||
|
||||
|
||||
extern PALETTE_INIT( 1942 );
|
||||
extern VIDEO_START( 1942 );
|
||||
extern SCREEN_UPDATE_IND16( 1942 );
|
||||
|
@ -48,12 +48,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_1943(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/1943.c -----------*/
|
||||
|
||||
|
||||
extern PALETTE_INIT( 1943 );
|
||||
extern VIDEO_START( 1943 );
|
||||
extern SCREEN_UPDATE_IND16( 1943 );
|
||||
|
@ -80,14 +80,3 @@ public:
|
||||
UINT32 screen_update_arkanoid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_hexa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/arkanoid.c -----------*/
|
||||
|
||||
|
||||
|
||||
extern VIDEO_START( arkanoid );
|
||||
extern SCREEN_UPDATE_IND16( arkanoid );
|
||||
extern SCREEN_UPDATE_IND16( hexa );
|
||||
|
||||
|
@ -37,10 +37,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_battlex(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/battlex.c -----------*/
|
||||
|
||||
|
||||
extern VIDEO_START( battlex );
|
||||
extern SCREEN_UPDATE_IND16( battlex );
|
||||
|
@ -36,9 +36,3 @@ public:
|
||||
DECLARE_MACHINE_RESET(cabalbl);
|
||||
UINT32 screen_update_cabal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/cabal.c -----------*/
|
||||
|
||||
extern VIDEO_START( cabal );
|
||||
extern SCREEN_UPDATE_IND16( cabal );
|
||||
|
@ -54,13 +54,3 @@ extern const samples_interface circus_samples_interface;
|
||||
extern const samples_interface crash_samples_interface;
|
||||
extern const samples_interface ripcord_samples_interface;
|
||||
extern const samples_interface robotbwl_samples_interface;
|
||||
|
||||
/*----------- defined in video/circus.c -----------*/
|
||||
|
||||
|
||||
|
||||
extern VIDEO_START( circus );
|
||||
extern SCREEN_UPDATE_IND16( crash );
|
||||
extern SCREEN_UPDATE_IND16( circus );
|
||||
extern SCREEN_UPDATE_IND16( robotbwl );
|
||||
extern SCREEN_UPDATE_IND16( ripcord );
|
||||
|
@ -50,11 +50,3 @@ public:
|
||||
UINT32 screen_update_ddragon3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_ctribe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ddragon3.c -----------*/
|
||||
|
||||
|
||||
extern VIDEO_START( ddragon3 );
|
||||
extern SCREEN_UPDATE_IND16( ddragon3 );
|
||||
extern SCREEN_UPDATE_IND16( ctribe );
|
||||
|
@ -107,14 +107,3 @@ public:
|
||||
UINT32 screen_update_equites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_splndrbt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/equites.c -----------*/
|
||||
|
||||
|
||||
extern PALETTE_INIT( equites );
|
||||
extern VIDEO_START( equites );
|
||||
extern SCREEN_UPDATE_IND16( equites );
|
||||
extern PALETTE_INIT( splndrbt );
|
||||
extern VIDEO_START( splndrbt );
|
||||
extern SCREEN_UPDATE_IND16( splndrbt );
|
||||
|
@ -50,12 +50,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_exedexes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/exedexes.c -----------*/
|
||||
|
||||
|
||||
extern PALETTE_INIT( exedexes );
|
||||
extern VIDEO_START( exedexes );
|
||||
extern SCREEN_UPDATE_IND16( exedexes );
|
||||
|
@ -55,10 +55,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_exprraid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/exprraid.c -----------*/
|
||||
|
||||
|
||||
extern VIDEO_START( exprraid );
|
||||
extern SCREEN_UPDATE_IND16( exprraid );
|
||||
|
@ -235,9 +235,6 @@ extern const device_type N64PERIPH;
|
||||
|
||||
/*----------- defined in video/n64.c -----------*/
|
||||
|
||||
extern VIDEO_START( n64 );
|
||||
extern SCREEN_UPDATE_RGB32( n64 );
|
||||
|
||||
#define DACRATE_NTSC (48681812)
|
||||
#define DACRATE_PAL (49656530)
|
||||
#define DACRATE_MPAL (48628316)
|
||||
|
@ -112,13 +112,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_namcona1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/namcona1.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
extern SCREEN_UPDATE_IND16( namcona1 );
|
||||
extern VIDEO_START( namcona1 );
|
||||
|
@ -162,9 +162,3 @@ public:
|
||||
|
||||
extern void namcos21_ClearPolyFrameBuffer( running_machine &machine );
|
||||
extern void namcos21_DrawQuad( running_machine &machine, int sx[4], int sy[4], int zcode[4], int color );
|
||||
|
||||
|
||||
|
||||
|
||||
extern VIDEO_START( namcos21 ) ;
|
||||
extern SCREEN_UPDATE_IND16( namcos21 );
|
||||
|
@ -77,19 +77,3 @@ public:
|
||||
UINT32 screen_update_omegaf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_ninjakd2(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ninjakd2.c -----------*/
|
||||
|
||||
|
||||
|
||||
extern VIDEO_START( ninjakd2 );
|
||||
extern VIDEO_START( mnight );
|
||||
extern VIDEO_START( arkarea );
|
||||
extern VIDEO_START( robokid );
|
||||
extern VIDEO_START( omegaf );
|
||||
extern SCREEN_UPDATE_IND16( ninjakd2 );
|
||||
extern SCREEN_UPDATE_IND16( robokid );
|
||||
extern SCREEN_UPDATE_IND16( omegaf );
|
||||
extern SCREEN_VBLANK( ninjakd2 );
|
||||
|
||||
|
@ -45,17 +45,3 @@ public:
|
||||
UINT32 screen_update_pkunwar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_raiders5(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/nova2001.c -----------*/
|
||||
|
||||
|
||||
extern PALETTE_INIT( nova2001 );
|
||||
extern VIDEO_START( nova2001 );
|
||||
extern SCREEN_UPDATE_IND16( nova2001 );
|
||||
extern VIDEO_START( ninjakun );
|
||||
extern SCREEN_UPDATE_IND16( ninjakun );
|
||||
extern VIDEO_START( pkunwar );
|
||||
extern SCREEN_UPDATE_IND16( pkunwar );
|
||||
extern VIDEO_START( raiders5 );
|
||||
extern SCREEN_UPDATE_IND16( raiders5 );
|
||||
|
@ -53,10 +53,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_pbaction(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/pbaction.c -----------*/
|
||||
|
||||
|
||||
extern VIDEO_START( pbaction );
|
||||
extern SCREEN_UPDATE_IND16( pbaction );
|
||||
|
@ -194,18 +194,3 @@ public:
|
||||
UINT32 screen_update_s16a_bootleg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_s16a_bootleg_passht4b(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/system16.c -----------*/
|
||||
|
||||
extern SCREEN_UPDATE_IND16( s16a_bootleg );
|
||||
extern SCREEN_UPDATE_IND16( s16a_bootleg_passht4b );
|
||||
|
||||
/* video hardware */
|
||||
|
||||
/* "normal" video hardware */
|
||||
extern VIDEO_START( system16 );
|
||||
extern SCREEN_UPDATE_IND16( system16 );
|
||||
|
||||
/* system18 video hardware */
|
||||
extern VIDEO_START( system18old );
|
||||
extern SCREEN_UPDATE_IND16( system18old );
|
||||
|
@ -48,10 +48,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_tehkanwc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/tehkanwc.c -----------*/
|
||||
|
||||
|
||||
extern VIDEO_START( tehkanwc );
|
||||
extern SCREEN_UPDATE_IND16( tehkanwc );
|
||||
|
Loading…
Reference in New Issue
Block a user