| Previous | 199869 Revisions | Next |
| r17974 Monday 17th September, 2012 at 18:30:53 UTC by Miodrag Milanović |
|---|
| some h files cleanups (no whatsnew) |
| [src/mame/includes] | 1942.h 1943.h arkanoid.h battlex.h cabal.h circus.h ddragon3.h equites.h exedexes.h exprraid.h n64.h namcona1.h namcos21.h ninjakd2.h nova2001.h pbaction.h system16.h tehkanwc.h |
| r17973 | r17974 | |
|---|---|---|
| 50 | 50 | UINT32 screen_update_ddragon3(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 51 | 51 | UINT32 screen_update_ctribe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 52 | 52 | }; |
| 53 | ||
| 54 | ||
| 55 | /*----------- defined in video/ddragon3.c -----------*/ | |
| 56 | ||
| 57 | ||
| 58 | extern VIDEO_START( ddragon3 ); | |
| 59 | extern SCREEN_UPDATE_IND16( ddragon3 ); | |
| 60 | extern SCREEN_UPDATE_IND16( ctribe ); |
| r17973 | r17974 | |
|---|---|---|
| 50 | 50 | virtual void palette_init(); |
| 51 | 51 | UINT32 screen_update_exedexes(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 52 | 52 | }; |
| 53 | ||
| 54 | ||
| 55 | ||
| 56 | /*----------- defined in video/exedexes.c -----------*/ | |
| 57 | ||
| 58 | ||
| 59 | extern PALETTE_INIT( exedexes ); | |
| 60 | extern VIDEO_START( exedexes ); | |
| 61 | extern SCREEN_UPDATE_IND16( exedexes ); |
| r17973 | r17974 | |
|---|---|---|
| 112 | 112 | virtual void video_start(); |
| 113 | 113 | UINT32 screen_update_namcona1(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 114 | 114 | }; |
| 115 | ||
| 116 | ||
| 117 | /*----------- defined in video/namcona1.c -----------*/ | |
| 118 | ||
| 119 | ||
| 120 | ||
| 121 | ||
| 122 | ||
| 123 | extern SCREEN_UPDATE_IND16( namcona1 ); | |
| 124 | extern VIDEO_START( namcona1 ); |
| r17973 | r17974 | |
|---|---|---|
| 194 | 194 | UINT32 screen_update_s16a_bootleg(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 195 | 195 | UINT32 screen_update_s16a_bootleg_passht4b(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 196 | 196 | }; |
| 197 | ||
| 198 | /*----------- defined in video/system16.c -----------*/ | |
| 199 | ||
| 200 | extern SCREEN_UPDATE_IND16( s16a_bootleg ); | |
| 201 | extern SCREEN_UPDATE_IND16( s16a_bootleg_passht4b ); | |
| 202 | ||
| 203 | /* video hardware */ | |
| 204 | ||
| 205 | /* "normal" video hardware */ | |
| 206 | extern VIDEO_START( system16 ); | |
| 207 | extern SCREEN_UPDATE_IND16( system16 ); | |
| 208 | ||
| 209 | /* system18 video hardware */ | |
| 210 | extern VIDEO_START( system18old ); | |
| 211 | extern SCREEN_UPDATE_IND16( system18old ); |
| r17973 | r17974 | |
|---|---|---|
| 45 | 45 | UINT32 screen_update_pkunwar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 46 | 46 | UINT32 screen_update_raiders5(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 47 | 47 | }; |
| 48 | ||
| 49 | ||
| 50 | /*----------- defined in video/nova2001.c -----------*/ | |
| 51 | ||
| 52 | ||
| 53 | extern PALETTE_INIT( nova2001 ); | |
| 54 | extern VIDEO_START( nova2001 ); | |
| 55 | extern SCREEN_UPDATE_IND16( nova2001 ); | |
| 56 | extern VIDEO_START( ninjakun ); | |
| 57 | extern SCREEN_UPDATE_IND16( ninjakun ); | |
| 58 | extern VIDEO_START( pkunwar ); | |
| 59 | extern SCREEN_UPDATE_IND16( pkunwar ); | |
| 60 | extern VIDEO_START( raiders5 ); | |
| 61 | extern SCREEN_UPDATE_IND16( raiders5 ); |
| r17973 | r17974 | |
|---|---|---|
| 48 | 48 | virtual void video_start(); |
| 49 | 49 | UINT32 screen_update_tehkanwc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 50 | 50 | }; |
| 51 | ||
| 52 | ||
| 53 | /*----------- defined in video/tehkanwc.c -----------*/ | |
| 54 | ||
| 55 | ||
| 56 | extern VIDEO_START( tehkanwc ); | |
| 57 | extern SCREEN_UPDATE_IND16( tehkanwc ); |
| r17973 | r17974 | |
|---|---|---|
| 162 | 162 | |
| 163 | 163 | extern void namcos21_ClearPolyFrameBuffer( running_machine &machine ); |
| 164 | 164 | extern void namcos21_DrawQuad( running_machine &machine, int sx[4], int sy[4], int zcode[4], int color ); |
| 165 | ||
| 166 | ||
| 167 | ||
| 168 | ||
| 169 | extern VIDEO_START( namcos21 ) ; | |
| 170 | extern SCREEN_UPDATE_IND16( namcos21 ); |
| r17973 | r17974 | |
|---|---|---|
| 37 | 37 | virtual void video_start(); |
| 38 | 38 | UINT32 screen_update_battlex(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 39 | 39 | }; |
| 40 | ||
| 41 | ||
| 42 | /*----------- defined in video/battlex.c -----------*/ | |
| 43 | ||
| 44 | ||
| 45 | extern VIDEO_START( battlex ); | |
| 46 | extern SCREEN_UPDATE_IND16( battlex ); |
| r17973 | r17974 | |
|---|---|---|
| 77 | 77 | UINT32 screen_update_omegaf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 78 | 78 | void screen_eof_ninjakd2(screen_device &screen, bool state); |
| 79 | 79 | }; |
| 80 | ||
| 81 | ||
| 82 | /*----------- defined in video/ninjakd2.c -----------*/ | |
| 83 | ||
| 84 | ||
| 85 | ||
| 86 | extern VIDEO_START( ninjakd2 ); | |
| 87 | extern VIDEO_START( mnight ); | |
| 88 | extern VIDEO_START( arkarea ); | |
| 89 | extern VIDEO_START( robokid ); | |
| 90 | extern VIDEO_START( omegaf ); | |
| 91 | extern SCREEN_UPDATE_IND16( ninjakd2 ); | |
| 92 | extern SCREEN_UPDATE_IND16( robokid ); | |
| 93 | extern SCREEN_UPDATE_IND16( omegaf ); | |
| 94 | extern SCREEN_VBLANK( ninjakd2 ); | |
| 95 |
| r17973 | r17974 | |
|---|---|---|
| 41 | 41 | virtual void palette_init(); |
| 42 | 42 | UINT32 screen_update_1942(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 43 | 43 | }; |
| 44 | ||
| 45 | ||
| 46 | ||
| 47 | /*----------- defined in video/1942.c -----------*/ | |
| 48 | ||
| 49 | ||
| 50 | extern PALETTE_INIT( 1942 ); | |
| 51 | extern VIDEO_START( 1942 ); | |
| 52 | extern SCREEN_UPDATE_IND16( 1942 ); |
| r17973 | r17974 | |
|---|---|---|
| 48 | 48 | virtual void palette_init(); |
| 49 | 49 | UINT32 screen_update_1943(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 50 | 50 | }; |
| 51 | ||
| 52 | ||
| 53 | ||
| 54 | /*----------- defined in video/1943.c -----------*/ | |
| 55 | ||
| 56 | ||
| 57 | extern PALETTE_INIT( 1943 ); | |
| 58 | extern VIDEO_START( 1943 ); | |
| 59 | extern SCREEN_UPDATE_IND16( 1943 ); |
| r17973 | r17974 | |
|---|---|---|
| 53 | 53 | virtual void video_start(); |
| 54 | 54 | UINT32 screen_update_pbaction(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 55 | 55 | }; |
| 56 | ||
| 57 | ||
| 58 | /*----------- defined in video/pbaction.c -----------*/ | |
| 59 | ||
| 60 | ||
| 61 | extern VIDEO_START( pbaction ); | |
| 62 | extern SCREEN_UPDATE_IND16( pbaction ); |
| r17973 | r17974 | |
|---|---|---|
| 55 | 55 | virtual void video_start(); |
| 56 | 56 | UINT32 screen_update_exprraid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 57 | 57 | }; |
| 58 | ||
| 59 | ||
| 60 | /*----------- defined in video/exprraid.c -----------*/ | |
| 61 | ||
| 62 | ||
| 63 | extern VIDEO_START( exprraid ); | |
| 64 | extern SCREEN_UPDATE_IND16( exprraid ); |
| r17973 | r17974 | |
|---|---|---|
| 107 | 107 | UINT32 screen_update_equites(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 108 | 108 | UINT32 screen_update_splndrbt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 109 | 109 | }; |
| 110 | ||
| 111 | ||
| 112 | /*----------- defined in video/equites.c -----------*/ | |
| 113 | ||
| 114 | ||
| 115 | extern PALETTE_INIT( equites ); | |
| 116 | extern VIDEO_START( equites ); | |
| 117 | extern SCREEN_UPDATE_IND16( equites ); | |
| 118 | extern PALETTE_INIT( splndrbt ); | |
| 119 | extern VIDEO_START( splndrbt ); | |
| 120 | extern SCREEN_UPDATE_IND16( splndrbt ); |
| r17973 | r17974 | |
|---|---|---|
| 235 | 235 | |
| 236 | 236 | /*----------- defined in video/n64.c -----------*/ |
| 237 | 237 | |
| 238 | extern VIDEO_START( n64 ); | |
| 239 | extern SCREEN_UPDATE_RGB32( n64 ); | |
| 240 | ||
| 241 | 238 | #define DACRATE_NTSC (48681812) |
| 242 | 239 | #define DACRATE_PAL (49656530) |
| 243 | 240 | #define DACRATE_MPAL (48628316) |
| r17973 | r17974 | |
|---|---|---|
| 36 | 36 | DECLARE_MACHINE_RESET(cabalbl); |
| 37 | 37 | UINT32 screen_update_cabal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 38 | 38 | }; |
| 39 | ||
| 40 | ||
| 41 | /*----------- defined in video/cabal.c -----------*/ | |
| 42 | ||
| 43 | extern VIDEO_START( cabal ); | |
| 44 | extern SCREEN_UPDATE_IND16( cabal ); |
| r17973 | r17974 | |
|---|---|---|
| 54 | 54 | extern const samples_interface crash_samples_interface; |
| 55 | 55 | extern const samples_interface ripcord_samples_interface; |
| 56 | 56 | extern const samples_interface robotbwl_samples_interface; |
| 57 | ||
| 58 | /*----------- defined in video/circus.c -----------*/ | |
| 59 | ||
| 60 | ||
| 61 | ||
| 62 | extern VIDEO_START( circus ); | |
| 63 | extern SCREEN_UPDATE_IND16( crash ); | |
| 64 | extern SCREEN_UPDATE_IND16( circus ); | |
| 65 | extern SCREEN_UPDATE_IND16( robotbwl ); | |
| 66 | extern SCREEN_UPDATE_IND16( ripcord ); |
| r17973 | r17974 | |
|---|---|---|
| 80 | 80 | UINT32 screen_update_arkanoid(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 81 | 81 | UINT32 screen_update_hexa(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); |
| 82 | 82 | }; |
| 83 | ||
| 84 | ||
| 85 | ||
| 86 | /*----------- defined in video/arkanoid.c -----------*/ | |
| 87 | ||
| 88 | ||
| 89 | ||
| 90 | extern VIDEO_START( arkanoid ); | |
| 91 | extern SCREEN_UPDATE_IND16( arkanoid ); | |
| 92 | extern SCREEN_UPDATE_IND16( hexa ); | |
| 93 |
| Previous | 199869 Revisions | Next |