* MACHINE_DRIVER_EXTERN now requires a semicolon

* removed a number of extra semicolons
This commit is contained in:
Couriersud 2008-03-01 00:17:58 +00:00
parent b0cf015703
commit 7e15b2ff6f
11 changed files with 23 additions and 23 deletions

View File

@ -189,7 +189,7 @@ union _machine_config_token
/* use this to declare external references to a machine driver */ /* use this to declare external references to a machine driver */
#define MACHINE_DRIVER_EXTERN(_name) \ #define MACHINE_DRIVER_EXTERN(_name) \
extern const machine_config_token machine_config_##_name[]; extern const machine_config_token machine_config_##_name[]
/* importing data from other machine drivers */ /* importing data from other machine drivers */

View File

@ -206,7 +206,7 @@ static MACHINE_RESET( cham24 )
/* reset the ppu */ /* reset the ppu */
ppu2c0x_reset( 0, 1 ); ppu2c0x_reset( 0, 1 );
}; }
static PALETTE_INIT( cham24 ) static PALETTE_INIT( cham24 )
{ {

View File

@ -2410,10 +2410,10 @@ ROM_END
/*****************************************************************************/ /*****************************************************************************/
GAME( 2000, ppp, 0, firebeat, ppp, ppp, ROT0, "Konami", "ParaParaParadise", GAME_NOT_WORKING); GAME( 2000, ppp, 0, firebeat, ppp, ppp, ROT0, "Konami", "ParaParaParadise", GAME_NOT_WORKING)
GAME( 2000, ppd, 0, firebeat, ppp, ppd, ROT0, "Konami", "ParaParaDancing", GAME_NOT_WORKING); GAME( 2000, ppd, 0, firebeat, ppp, ppd, ROT0, "Konami", "ParaParaDancing", GAME_NOT_WORKING)
GAME( 2000, ppp11, 0, firebeat, ppp, ppp, ROT0, "Konami", "ParaParaParadise v1.1", GAME_NOT_WORKING); GAME( 2000, ppp11, 0, firebeat, ppp, ppp, ROT0, "Konami", "ParaParaParadise v1.1", GAME_NOT_WORKING)
GAMEL(2000, kbm, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania", GAME_NOT_WORKING, layout_firebeat); GAMEL(2000, kbm, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania", GAME_NOT_WORKING, layout_firebeat)
GAMEL(2000, kbm2nd, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania 2nd Mix", GAME_NOT_WORKING, layout_firebeat); GAMEL(2000, kbm2nd, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania 2nd Mix", GAME_NOT_WORKING, layout_firebeat)
GAMEL(2001, kbm3rd, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania 3rd Mix", GAME_NOT_WORKING, layout_firebeat); GAMEL(2001, kbm3rd, 0, firebeat2, kbm, kbm, ROT270, "Konami", "Keyboardmania 3rd Mix", GAME_NOT_WORKING, layout_firebeat)
GAME( 2001, popn7, 0, firebeat_spu, popn, ppp, ROT0, "Konami", "Pop n' Music 7", GAME_NOT_WORKING); GAME( 2001, popn7, 0, firebeat_spu, popn, ppp, ROT0, "Konami", "Pop n' Music 7", GAME_NOT_WORKING)

View File

@ -211,7 +211,7 @@ INPUT_PORTS_END
TILELAYOUT8(0x100000); TILELAYOUT8(0x100000);
TILELAYOUT16(0x100000); TILELAYOUT16(0x100000);
GFXDECODEINFO(0x100000,64); GFXDECODEINFO(0x100000,64)
static MACHINE_DRIVER_START( bigkarnk ) static MACHINE_DRIVER_START( bigkarnk )

View File

@ -539,5 +539,5 @@ ROM_END
/*****************************************************************************/ /*****************************************************************************/
GAME(2002, gamecstl, 0, gamecstl, gamecstl, gamecstl, ROT0, "Cristaltec", "GameCristal", GAME_NOT_WORKING | GAME_NO_SOUND); GAME(2002, gamecstl, 0, gamecstl, gamecstl, gamecstl, ROT0, "Cristaltec", "GameCristal", GAME_NOT_WORKING | GAME_NO_SOUND)

View File

@ -216,7 +216,7 @@ static MACHINE_RESET( multigam )
{ {
/* reset the ppu */ /* reset the ppu */
ppu2c0x_reset( 0, 1 ); ppu2c0x_reset( 0, 1 );
}; }
static PALETTE_INIT( multigam ) static PALETTE_INIT( multigam )
{ {

View File

@ -4780,7 +4780,7 @@ static DRIVER_INIT( bjtwin )
} }
/* NO NMK004, it has a PIC instead */ /* NO NMK004, it has a PIC instead */
static READ16_HANDLER( vandykeb_r ) { return 0x0000; }; static READ16_HANDLER( vandykeb_r ) { return 0x0000; }
static DRIVER_INIT (vandykeb) static DRIVER_INIT (vandykeb)
{ {
memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0x08000e, 0x08000f, 0, 0, vandykeb_r ); memory_install_read16_handler(0, ADDRESS_SPACE_PROGRAM, 0x08000e, 0x08000f, 0, 0, vandykeb_r );

View File

@ -182,6 +182,6 @@ ROM_END
static DRIVER_INIT(paranoia) static DRIVER_INIT(paranoia)
{ {
DRIVER_INIT_CALL(pce); DRIVER_INIT_CALL(pce);
}; }
GAME( 1990, paranoia, 0, paranoia, paranoia, paranoia, ROT0, "Naxat Soft", "Paranoia", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING ) GAME( 1990, paranoia, 0, paranoia, paranoia, paranoia, ROT0, "Naxat Soft", "Paranoia", GAME_IMPERFECT_SOUND | GAME_NOT_WORKING )

View File

@ -529,4 +529,4 @@ ROM_END
/*****************************************************************************/ /*****************************************************************************/
GAME(1997, pf2012, 0, taitowlf, taitowlf, taitowlf, ROT0, "Taito", "Psychic Force 2012", GAME_NOT_WORKING | GAME_NO_SOUND); GAME(1997, pf2012, 0, taitowlf, taitowlf, taitowlf, ROT0, "Taito", "Psychic Force 2012", GAME_NOT_WORKING | GAME_NO_SOUND)

View File

@ -47,12 +47,12 @@ static WRITE8_HANDLER( jamma_if_control_latch_w )
// bit 3 - enable 752 Hz (D-3) square wave output // bit 3 - enable 752 Hz (D-3) square wave output
logerror( "Writing control latch with %02X\n", data ); logerror( "Writing control latch with %02X\n", data );
}; }
static READ8_HANDLER( jamma_if_control_latch_r ) static READ8_HANDLER( jamma_if_control_latch_r )
{ {
return jamma_if_control_latch & 0x08; return jamma_if_control_latch & 0x08;
}; }
static READ8_HANDLER( jamma_if_read_dsw ) static READ8_HANDLER( jamma_if_read_dsw )
{ {
@ -94,7 +94,7 @@ static READ8_HANDLER( jamma_if_read_dsw )
} }
return dsw_val & 1; return dsw_val & 1;
}; }
static UINT8 jamma_if_read_joystick( void ) static UINT8 jamma_if_read_joystick( void )
{ {
@ -106,13 +106,13 @@ static UINT8 jamma_if_read_joystick( void )
{ {
return readinputportbytag( "IN" ) | 0x08; return readinputportbytag( "IN" ) | 0x08;
} }
}; }
static MACHINE_RESET( uapce ) static MACHINE_RESET( uapce )
{ {
pce_set_joystick_readinputport_callback( jamma_if_read_joystick ); pce_set_joystick_readinputport_callback( jamma_if_read_joystick );
jamma_if_control_latch = 0; jamma_if_control_latch = 0;
}; }
static ADDRESS_MAP_START( z80_map, ADDRESS_SPACE_PROGRAM, 8) static ADDRESS_MAP_START( z80_map, ADDRESS_SPACE_PROGRAM, 8)
AM_RANGE( 0x0000, 0x07FF) AM_ROM AM_RANGE( 0x0000, 0x07FF) AM_ROM
@ -224,6 +224,6 @@ ROM_END
static DRIVER_INIT(uapce) static DRIVER_INIT(uapce)
{ {
DRIVER_INIT_CALL(pce); DRIVER_INIT_CALL(pce);
}; }
GAME( 1989, blazlaz, 0, uapce, uapce, uapce, ROT0, "Hudson Soft", "Blazing Lazers", GAME_IMPERFECT_SOUND ) GAME( 1989, blazlaz, 0, uapce, uapce, uapce, ROT0, "Hudson Soft", "Blazing Lazers", GAME_IMPERFECT_SOUND )

View File

@ -549,7 +549,7 @@ INLINE INT32 _shading( INT32 color, INT32 correction )
if ( color > 0x1f ) color = 0x1f; if ( color > 0x1f ) color = 0x1f;
return color; return color;
}; }
static UINT16 stv_vdp1_apply_gouraud_shading( int x, int y, UINT16 pix ) static UINT16 stv_vdp1_apply_gouraud_shading( int x, int y, UINT16 pix )
{ {
@ -880,7 +880,7 @@ static void drawpixel_8bpp_trans(int x, int y, int patterndata, int offsetcnt)
{ {
stv_framebuffer_draw_lines[y][x] = pix | sprite_colorbank; stv_framebuffer_draw_lines[y][x] = pix | sprite_colorbank;
} }
}; }
static void drawpixel_4bpp_notrans(int x, int y, int patterndata, int offsetcnt) static void drawpixel_4bpp_notrans(int x, int y, int patterndata, int offsetcnt)
{ {