mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
manual cleanup of mame and mess includes (no whatsnew)
This commit is contained in:
parent
2bc32d8645
commit
2a06847d59
@ -58,7 +58,5 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/20pacgal.c -----------*/
|
||||
|
||||
MACHINE_CONFIG_EXTERN( 20pacgal_video );
|
||||
|
@ -201,7 +201,4 @@ void _3do_madam_init( running_machine &machine );
|
||||
void _3do_clio_init( running_machine &machine, screen_device *screen );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* _3DO_H_ */
|
||||
|
@ -97,11 +97,3 @@ public:
|
||||
DECLARE_MACHINE_RESET(ta7630);
|
||||
UINT32 screen_update_fortyl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/40love.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -36,10 +36,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_4enraya(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/4enraya.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -89,9 +89,6 @@ public:
|
||||
|
||||
|
||||
/*----------- defined in audio/8080bw.c -----------*/
|
||||
|
||||
|
||||
|
||||
extern const samples_interface lrescue_samples_interface;
|
||||
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( indianbt_sh_port_3_w );
|
||||
@ -102,25 +99,5 @@ DECLARE_WRITE8_DEVICE_HANDLER( polaris_sh_port_2_w );
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( polaris_sh_port_3_w );
|
||||
DISCRETE_SOUND_EXTERN( polaris );
|
||||
|
||||
|
||||
|
||||
extern const sn76477_interface schaser_sn76477_interface;
|
||||
DISCRETE_SOUND_EXTERN( schaser );
|
||||
|
||||
|
||||
/*----------- defined in video/8080bw.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -49,11 +49,7 @@ public:
|
||||
UINT32 screen_update_88games(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/88games.c -----------*/
|
||||
|
||||
void _88games_sprite_callback(running_machine &machine, int *code, int *color, int *priority, int *shadow);
|
||||
void _88games_tile_callback(running_machine &machine, int layer, int bank, int *code, int *color, int *flags, int *priority);
|
||||
void _88games_zoom_callback(running_machine &machine, int *code, int *color, int *flags);
|
||||
|
||||
|
||||
|
@ -45,7 +45,3 @@ DECLARE_WRITE8_HANDLER( actfancr_pf1_control_w );
|
||||
DECLARE_WRITE8_HANDLER( actfancr_pf2_data_w );
|
||||
DECLARE_READ8_HANDLER( actfancr_pf2_data_r );
|
||||
DECLARE_WRITE8_HANDLER( actfancr_pf2_control_w );
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -60,10 +60,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_aeroboto(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/aeroboto.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -94,24 +94,3 @@ public:
|
||||
UINT32 screen_update_aerfboo2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_wbbc97(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/aerofgt.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -69,11 +69,3 @@ public:
|
||||
UINT32 screen_update_airbustr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_airbustr(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/airbustr.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -39,18 +39,11 @@ public:
|
||||
UINT32 screen_update_ajax(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/ajax.c -----------*/
|
||||
|
||||
|
||||
|
||||
INTERRUPT_GEN( ajax_interrupt );
|
||||
|
||||
/*----------- defined in video/ajax.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
extern void ajax_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color,int *flags,int *priority);
|
||||
extern void ajax_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
|
||||
extern void ajax_zoom_callback(running_machine &machine, int *code,int *color,int *flags);
|
||||
|
@ -45,6 +45,3 @@ public:
|
||||
|
||||
extern void aliens_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color, int *flags, int *priority);
|
||||
extern void aliens_sprite_callback(running_machine &machine, int *code,int *color,int *priority_mask,int *shadow);
|
||||
|
||||
|
||||
|
||||
|
@ -116,19 +116,5 @@ enum
|
||||
|
||||
|
||||
/*----------- defined in video/alpha68k.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void alpha68k_V_video_bank_w(running_machine &machine, int bank);
|
||||
void alpha68k_flipscreen_w(running_machine &machine, int flip);
|
||||
|
||||
|
@ -27,9 +27,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_ambush(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ambush.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
@ -502,10 +502,6 @@ void amiga_audio_data_w(device_t *device, int which, UINT16 data);
|
||||
|
||||
extern const UINT16 amiga_expand_byte[256];
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void amiga_copper_setpc(running_machine &machine, UINT32 pc);
|
||||
int amiga_copper_execute_next(running_machine &machine, int xpos);
|
||||
|
||||
@ -517,9 +513,6 @@ void amiga_sprite_enable_comparitor(running_machine &machine, int which, int ena
|
||||
|
||||
/*----------- defined in video/amigaaga.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
void amiga_aga_render_scanline(running_machine &machine, bitmap_rgb32 &bitmap, int scanline);
|
||||
void amiga_aga_palette_write(running_machine &machine, int color_reg, UINT16 data);
|
||||
void amiga_aga_diwhigh_written(running_machine &machine, int written);
|
||||
|
@ -25,11 +25,3 @@ public:
|
||||
DECLARE_VIDEO_START(sigma2k);
|
||||
UINT32 screen_update_ampoker2(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ampoker2.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -45,10 +45,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_amspdwy(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/amspdwy.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -61,12 +61,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_angelkds(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/angelkds.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -57,11 +57,3 @@ public:
|
||||
#define CHR1_OFST 0x00 /* palette page of char set #1 */
|
||||
#define CHR2_OFST 0x10 /* palette page of char set #2 */
|
||||
|
||||
|
||||
/* ----------- defined in video/appoooh.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -48,10 +48,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_aquarium(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/aquarium.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -44,11 +44,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_arabian(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/arabian.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -24,7 +24,4 @@ public:
|
||||
UINT32 screen_update_arcadecl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/arcadecl.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
@ -84,20 +84,3 @@ public:
|
||||
UINT32 screen_update_valtric(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_butasan(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/argus.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -103,10 +103,3 @@ public:
|
||||
DECLARE_MACHINE_START(bigfghtr);
|
||||
DECLARE_MACHINE_RESET(bigfghtr);
|
||||
};
|
||||
|
||||
/*----------- defined in video/armedf.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -53,11 +53,6 @@ public:
|
||||
|
||||
|
||||
/*----------- defined in video/artmagic.c -----------*/
|
||||
|
||||
|
||||
|
||||
void artmagic_to_shiftreg(address_space &space, offs_t address, UINT16 *data);
|
||||
void artmagic_from_shiftreg(address_space &space, offs_t address, UINT16 *data);
|
||||
|
||||
|
||||
void artmagic_scanline(screen_device &screen, bitmap_rgb32 &bitmap, int scanline, const tms34010_display_params *params);
|
||||
|
@ -75,10 +75,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_ashnojoe(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ashnojoe.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -45,11 +45,7 @@ public:
|
||||
UINT32 screen_update_asterix(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/asterix.c -----------*/
|
||||
|
||||
|
||||
|
||||
extern void asterix_tile_callback(running_machine &machine, int layer, int *code, int *color, int *flags);
|
||||
extern void asterix_sprite_callback(running_machine &machine, int *code, int *color, int *priority_mask);
|
||||
|
@ -39,10 +39,6 @@ INTERRUPT_GEN( asterock_interrupt );
|
||||
INTERRUPT_GEN( llander_interrupt );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in audio/asteroid.c -----------*/
|
||||
|
||||
DISCRETE_SOUND_EXTERN( asteroid );
|
||||
|
@ -124,21 +124,6 @@ public:
|
||||
UINT32 screen_update_profpac(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/astrocde.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in audio/wow.c -----------*/
|
||||
|
||||
extern const char *const wow_sample_names[];
|
||||
@ -146,7 +131,6 @@ extern const char *const wow_sample_names[];
|
||||
DECLARE_READ8_HANDLER( wow_speech_r );
|
||||
CUSTOM_INPUT( wow_speech_status_r );
|
||||
|
||||
|
||||
/*----------- defined in audio/gorf.c -----------*/
|
||||
|
||||
extern const char *const gorf_sample_names[];
|
||||
|
@ -52,8 +52,6 @@ public:
|
||||
void screen_eof_asuka(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in machine/bonzeadv.c -----------*/
|
||||
|
||||
DECLARE_READ16_HANDLER( bonzeadv_cchip_ctrl_r );
|
||||
@ -61,10 +59,3 @@ DECLARE_READ16_HANDLER( bonzeadv_cchip_ram_r );
|
||||
DECLARE_WRITE16_HANDLER( bonzeadv_cchip_ctrl_w );
|
||||
DECLARE_WRITE16_HANDLER( bonzeadv_cchip_bank_w );
|
||||
DECLARE_WRITE16_HANDLER( bonzeadv_cchip_ram_w );
|
||||
|
||||
|
||||
/*----------- defined in video/asuka.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -84,24 +84,7 @@ public:
|
||||
UINT32 screen_update_soccer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/atarifb.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in audio/atarifb.c -----------*/
|
||||
|
||||
DISCRETE_SOUND_EXTERN( atarifb );
|
||||
DISCRETE_SOUND_EXTERN( abaseb );
|
||||
|
||||
|
||||
/*----------- defined in video/atarifb.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -53,12 +53,5 @@ public:
|
||||
void screen_eof_atarig1(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/atarig1.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void atarig1_scanline_update(screen_device &screen, int scanline);
|
||||
|
@ -56,14 +56,7 @@ public:
|
||||
void screen_eof_atarig42(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/atarig42.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DECLARE_WRITE16_HANDLER( atarig42_mo_control_w );
|
||||
|
||||
void atarig42_scanline_update(screen_device &screen, int scanline);
|
||||
|
||||
|
@ -75,13 +75,5 @@ public:
|
||||
void screen_eof_atarigt(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/atarigt.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void atarigt_scanline_update(screen_device &screen, int scanline);
|
||||
|
@ -52,11 +52,5 @@ public:
|
||||
|
||||
|
||||
/*----------- defined in video/atarigx2.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
DECLARE_WRITE16_HANDLER( atarigx2_mo_control_w );
|
||||
|
||||
void atarigx2_scanline_update(screen_device &screen, int scanline);
|
||||
|
@ -81,6 +81,3 @@ DECLARE_WRITE16_HANDLER( atarisy1_bankselect_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy1_xscroll_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy1_yscroll_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy1_priority_w );
|
||||
|
||||
|
||||
|
||||
|
@ -92,6 +92,3 @@ DECLARE_WRITE16_HANDLER( atarisy2_yscroll_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy2_xscroll_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy2_videoram_w );
|
||||
DECLARE_WRITE16_HANDLER( atarisy2_paletteram_w );
|
||||
|
||||
|
||||
|
||||
|
@ -33,9 +33,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_atetris(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/atetris.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -30,14 +30,4 @@ public:
|
||||
};
|
||||
|
||||
/*----------- defined in audio/aztarac.c -----------*/
|
||||
|
||||
|
||||
|
||||
INTERRUPT_GEN( aztarac_snd_timed_irq );
|
||||
|
||||
|
||||
/*----------- defined in video/aztarac.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -33,10 +33,5 @@ public:
|
||||
UINT32 screen_update_badlands(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/badlands.c -----------*/
|
||||
|
||||
DECLARE_WRITE16_HANDLER( badlands_pf_bank_w );
|
||||
|
||||
|
||||
|
||||
|
@ -50,7 +50,6 @@ public:
|
||||
UINT32 screen_update_bagman(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- timings -----------*/
|
||||
|
||||
#define BAGMAN_MAIN_CLOCK XTAL_18_432MHz
|
||||
@ -70,15 +69,3 @@ public:
|
||||
*/
|
||||
#define VBEND (0x0f)
|
||||
#define VBSTART (0xef)
|
||||
|
||||
/*----------- defined in machine/bagman.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/bagman.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -200,30 +200,11 @@ public:
|
||||
|
||||
TIMER_DEVICE_CALLBACK( balsente_interrupt_timer );
|
||||
|
||||
|
||||
|
||||
|
||||
void balsente_noise_gen(device_t *device, int count, short *buffer);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
INTERRUPT_GEN( balsente_update_analog_inputs );
|
||||
|
||||
TIMER_DEVICE_CALLBACK( balsente_counter_callback );
|
||||
|
||||
|
||||
TIMER_DEVICE_CALLBACK( balsente_clock_counter_0_ff );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/balsente.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -40,13 +40,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_bankp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bankp.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -41,11 +41,3 @@ public:
|
||||
UINT32 screen_update_baraduke(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_baraduke(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/baraduke.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -29,10 +29,5 @@ public:
|
||||
UINT32 screen_update_batman(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/batman.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
void batman_scanline_update(screen_device &screen, int scanline);
|
||||
|
@ -40,10 +40,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_battlane(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/battlane.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -43,11 +43,5 @@ public:
|
||||
UINT32 screen_update_battlera(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/battlera.c -----------*/
|
||||
|
||||
|
||||
|
||||
TIMER_DEVICE_CALLBACK( battlera_irq );
|
||||
|
||||
|
||||
|
@ -32,9 +32,5 @@ public:
|
||||
};
|
||||
|
||||
/*----------- defined in video/battlnts.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
void battlnts_tile_callback(running_machine &machine, int layer, int bank, int *code, int *color, int *flags);
|
||||
void battlnts_sprite_callback(running_machine &machine, int *code, int *color);
|
||||
|
@ -58,12 +58,3 @@ public:
|
||||
UINT32 screen_update_mechatt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_bbuster(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bbusters.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -91,16 +91,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_bigevglf(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/bigevglf.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/bigevglf.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -32,9 +32,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_bigstrkb(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bigstrkb.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
@ -52,10 +52,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_bionicc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bionicc.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -43,8 +43,4 @@ public:
|
||||
};
|
||||
|
||||
/*----------- defined in video/bishi.c -----------*/
|
||||
|
||||
extern void bishi_tile_callback(running_machine &machine, int layer, int *code, int *color, int *flags);
|
||||
|
||||
|
||||
|
||||
|
@ -90,13 +90,3 @@ public:
|
||||
UINT32 screen_update_bking(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_bking(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bking.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -37,13 +37,6 @@ public:
|
||||
UINT32 screen_update_bladestl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/bladestl.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void bladestl_tile_callback(running_machine &machine, int layer, int bank, int *code, int *color, int *flags);
|
||||
void bladestl_sprite_callback(running_machine &machine, int *code, int *color);
|
||||
|
@ -64,11 +64,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_blktiger(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/blktiger.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -51,11 +51,3 @@ public:
|
||||
DECLARE_MACHINE_RESET(watrball);
|
||||
UINT32 screen_update_blmbycar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/blmbycar.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -29,13 +29,6 @@ public:
|
||||
UINT32 screen_update_blockade(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/blockade.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*----------- defined in audio/blockade.c -----------*/
|
||||
|
||||
extern const samples_interface blockade_samples_interface;
|
||||
|
@ -43,6 +43,3 @@ public:
|
||||
|
||||
extern void blockhl_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color, int *flags, int *priority);
|
||||
extern void blockhl_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
|
||||
|
||||
|
||||
|
||||
|
@ -36,10 +36,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_blockout(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/blockout.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -30,12 +30,3 @@ public:
|
||||
UINT32 screen_update_weststry(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_skysmash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bloodbro.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -26,8 +26,4 @@ public:
|
||||
|
||||
|
||||
/*----------- defined in video/blstroid.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
void blstroid_scanline_update(screen_device &screen, int scanline);
|
||||
|
@ -43,11 +43,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_blueprnt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/blueprnt.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -47,11 +47,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_bogeyman(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bogeyman.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -41,10 +41,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_bombjack(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bombjack.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -49,10 +49,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_boogwing(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/boogwing.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -54,6 +54,3 @@ public:
|
||||
extern void bottom9_tile_callback(running_machine &machine, int layer,int bank,int *code,int *color,int *flags,int *priority);
|
||||
extern void bottom9_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
|
||||
extern void bottom9_zoom_callback(running_machine &machine, int *code,int *color,int *flags);
|
||||
|
||||
|
||||
|
||||
|
@ -47,10 +47,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_brkthru(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/brkthru.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -58,13 +58,10 @@ public:
|
||||
UINT32 screen_update_bsktball(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in machine/bsktball.c -----------*/
|
||||
|
||||
TIMER_DEVICE_CALLBACK( bsktball_scanline );
|
||||
|
||||
|
||||
/*----------- defined in audio/bsktball.c -----------*/
|
||||
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( bsktball_bounce_w );
|
||||
@ -72,9 +69,3 @@ DECLARE_WRITE8_DEVICE_HANDLER( bsktball_note_w );
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( bsktball_noise_reset_w );
|
||||
|
||||
DISCRETE_SOUND_EXTERN( bsktball );
|
||||
|
||||
/*----------- defined in video/bsktball.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -115,25 +115,3 @@ public:
|
||||
UINT32 screen_update_zoar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_disco(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/btime.c -----------*/
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/btime.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -112,4 +112,3 @@ protected:
|
||||
UINT16 m_misc_control;
|
||||
int m_xcount;
|
||||
};
|
||||
|
||||
|
@ -111,16 +111,6 @@ public:
|
||||
UINT32 screen_update_bublbobl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in machine/bublbobl.c -----------*/
|
||||
|
||||
|
||||
|
||||
// for 68705 bootleg
|
||||
INTERRUPT_GEN( bublbobl_m68705_interrupt );
|
||||
|
||||
|
||||
/*----------- defined in video/bublbobl.c -----------*/
|
||||
|
||||
|
||||
|
@ -57,11 +57,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_buggychl(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/buggychl.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -77,11 +77,5 @@ public:
|
||||
UINT32 screen_update_bwing(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/bwing.c -----------*/
|
||||
|
||||
extern const gfx_layout bwing_tilelayout;
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -45,10 +45,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_calomega(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/calomega.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -48,10 +48,3 @@ DECLARE_WRITE8_DEVICE_HANDLER( canyon_attract_w );
|
||||
DECLARE_WRITE8_DEVICE_HANDLER( canyon_whistle_w );
|
||||
|
||||
DISCRETE_SOUND_EXTERN( canyon );
|
||||
|
||||
|
||||
/*----------- defined in video/canyon.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -42,10 +42,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_capbowl(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/capbowl.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -33,14 +33,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_carjmbre(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/carjmbre.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -83,24 +83,10 @@ WRITE_LINE_DEVICE_HANDLER( carpolo_7474_2s_2_q_cb );
|
||||
WRITE_LINE_DEVICE_HANDLER( carpolo_7474_2u_1_q_cb );
|
||||
WRITE_LINE_DEVICE_HANDLER( carpolo_7474_2u_2_q_cb );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
INTERRUPT_GEN( carpolo_timer_interrupt );
|
||||
|
||||
|
||||
void carpolo_generate_car_car_interrupt(running_machine &machine, int car1, int car2);
|
||||
void carpolo_generate_ball_screen_interrupt(running_machine &machine, UINT8 cause);
|
||||
void carpolo_generate_car_goal_interrupt(running_machine &machine, int car, int right_goal);
|
||||
void carpolo_generate_car_ball_interrupt(running_machine &machine, int car, int car_x, int car_y);
|
||||
void carpolo_generate_car_border_interrupt(running_machine &machine, int car, int horizontal_border);
|
||||
|
||||
|
||||
/*----------- defined in video/carpolo.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -204,25 +204,5 @@ public:
|
||||
};
|
||||
|
||||
/*----------- defined in video/cave.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cave_get_sprite_info(running_machine &machine);
|
||||
void sailormn_tilebank_w(running_machine &machine, int bank);
|
||||
|
@ -50,9 +50,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_cbasebal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/cbasebal.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -44,11 +44,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_twocrude(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/cbuster.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -69,13 +69,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_ccastles(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/ccastles.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -34,18 +34,7 @@ public:
|
||||
virtual void video_start();
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/cchasm.c -----------*/
|
||||
|
||||
|
||||
/*----------- defined in audio/cchasm.c -----------*/
|
||||
|
||||
extern const z80ctc_interface cchasm_ctc_intf;
|
||||
|
||||
SOUND_START( cchasm );
|
||||
|
||||
|
||||
/*----------- defined in video/cchasm.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
@ -6,4 +6,3 @@ DECLARE_READ16_HANDLER( cchip1_ram_r );
|
||||
DECLARE_WRITE16_HANDLER( cchip1_ctrl_w );
|
||||
DECLARE_WRITE16_HANDLER( cchip1_bank_w );
|
||||
DECLARE_WRITE16_HANDLER( cchip1_ram_w );
|
||||
|
||||
|
@ -71,25 +71,3 @@ public:
|
||||
UINT32 screen_update_yamato(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_toprollr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in machine/cclimber.c -----------*/
|
||||
|
||||
|
||||
/*----------- defined in video/cclimber.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -80,19 +80,3 @@ public:
|
||||
UINT32 screen_update_milliped(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_warlords(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/centiped.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -54,16 +54,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_chaknpop(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in machine/chaknpop.c -----------*/
|
||||
|
||||
|
||||
|
||||
/*----------- defined in video/chaknpop.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -64,16 +64,3 @@ public:
|
||||
UINT32 screen_update_exctsccr(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
void screen_eof_champbas(screen_device &screen, bool state);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/champbas.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -90,9 +90,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_changela(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
/*----------- defined in video/changela.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -37,10 +37,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_cheekyms(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/cheekyms.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -51,6 +51,3 @@ public:
|
||||
extern void chqflag_sprite_callback(running_machine &machine, int *code,int *color,int *priority,int *shadow);
|
||||
extern void chqflag_zoom_callback_0(running_machine &machine, int *code,int *color,int *flags);
|
||||
extern void chqflag_zoom_callback_1(running_machine &machine, int *code,int *color,int *flags);
|
||||
|
||||
|
||||
|
||||
|
@ -68,10 +68,7 @@ public:
|
||||
UINT32 screen_update_spacewar(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in audio/cinemat.c -----------*/
|
||||
|
||||
|
||||
MACHINE_CONFIG_EXTERN( spacewar_sound );
|
||||
MACHINE_CONFIG_EXTERN( barrier_sound );
|
||||
MACHINE_CONFIG_EXTERN( speedfrk_sound );
|
||||
@ -89,16 +86,7 @@ MACHINE_CONFIG_EXTERN( wotwc_sound );
|
||||
MACHINE_CONFIG_EXTERN( demon_sound );
|
||||
MACHINE_CONFIG_EXTERN( qb3_sound );
|
||||
|
||||
|
||||
/*----------- defined in video/cinemat.c -----------*/
|
||||
|
||||
void cinemat_vector_callback(device_t *device, INT16 sx, INT16 sy, INT16 ex, INT16 ey, UINT8 shift);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -41,12 +41,8 @@ public:
|
||||
UINT32 screen_update_crash(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_ripcord(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*----------- defined in audio/circus.c -----------*/
|
||||
|
||||
|
||||
DISCRETE_SOUND_EXTERN( circus );
|
||||
DISCRETE_SOUND_EXTERN( robotbwl );
|
||||
DISCRETE_SOUND_EXTERN( crash );
|
||||
|
@ -59,11 +59,3 @@ public:
|
||||
virtual void palette_init();
|
||||
UINT32 screen_update_circusc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/circusc.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -85,18 +85,3 @@ public:
|
||||
UINT32 screen_update_cischeat(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
UINT32 screen_update_f1gpstar(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/cischeat.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -42,10 +42,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_citycon(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/citycon.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -42,11 +42,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_cloak(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/cloak.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -60,12 +60,3 @@ public:
|
||||
virtual void video_start();
|
||||
UINT32 screen_update_cloud9(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/cloud9.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -32,13 +32,3 @@ public:
|
||||
DECLARE_PALETTE_INIT(clshroad);
|
||||
UINT32 screen_update_clshroad(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||
};
|
||||
|
||||
|
||||
/*----------- defined in video/clshroad.c -----------*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user