clang 3.4 fixes for MAME (nw)

This commit is contained in:
Oliver Stöneberg 2014-02-20 20:37:19 +00:00
parent fda956235a
commit e95ea34cd7
32 changed files with 118 additions and 2 deletions

View File

@ -124,6 +124,7 @@ static const discrete_lfsr_desc bzone_lfsr =
15 /* Output bit */
};
#if 0
static const discrete_op_amp_filt_info bzone_explo_0 =
{
BZ_R18 + BZ_R19, 0, 0, 0, /* r1, r2, r3, r4 */
@ -159,6 +160,7 @@ static const discrete_op_amp_filt_info bzone_shell_1 =
0, /* vRef - not used */
22, 0 /* vP, vN */
};
#endif
static const discrete_555_desc bzone_vco_desc =
{

View File

@ -26,6 +26,7 @@ INLINE void configure_filter(filter_state *state, double r, double c)
state->exponent = 1.0 - exp(-1.0 / (r * c * 2000000/8));
}
#if 0
INLINE double step_rc_filter(filter_state *state, double input)
{
state->capval += (input - state->capval) * state->exponent;
@ -38,6 +39,7 @@ INLINE double step_cr_filter(filter_state *state, double input)
state->capval += (input - state->capval) * state->exponent;
return result;
}
#endif
/*************************************

View File

@ -358,6 +358,7 @@ static const ay8910_interface ay8910_intf =
};
#if 0
/************************
* CRTC Interface *
************************/
@ -376,6 +377,7 @@ static MC6845_INTERFACE( mc6845_intf )
DEVCB_NULL, /* VSYNC callback */
NULL /* update address callback */
};
#endif
/**************************

View File

@ -1342,6 +1342,7 @@ ROM_END
#if 0
ROM_START( sc1barcdb )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "barcode.p2", 0x0000, 0x8000, CRC(44b79b14) SHA1(ec0745be0dde818c673c62ca584e22871a73e66e) )
@ -1351,6 +1352,7 @@ ROM_START( sc1barcdb )
ROM_LOAD( "barsnd1.bin", 0x00000, 0x10000, CRC(c9de8ff4) SHA1(c3e77e84d4ecc1c779929a96d1c445a1af24865b) )
ROM_LOAD( "barsnd2.bin", 0x10000, 0x10000, CRC(56af984a) SHA1(aebd30f3ca767dc5fc77fb01765833ee627a5aee) )
ROM_END
#endif
ROM_START( sc1bigmt )
ROM_REGION( 0x10000, "maincpu", 0 )

View File

@ -5164,6 +5164,7 @@ ROM_START( sc2ofool4 )
sc2_ofool_sound
ROM_END
#if 0
ROM_START( sc2ofool5 )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "fools6ac.bin", 0x0000, 0x010000, CRC(5fe48a02) SHA1(fd5b07a58567e0c5eb75bf1526a853b3a60ddfa9) )
@ -5171,6 +5172,7 @@ ROM_START( sc2ofool5 )
sc2_ofool_matrix
sc2_ofool_sound
ROM_END
#endif

View File

@ -460,6 +460,7 @@ ROM_START(hotdoggn)
ROM_RELOAD(0x1800, 0x0800)
ROM_END
#if 0
ROM_START(hotdoggb)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "hotd2732.u2", 0x1000, 0x0800, CRC(709305ee) SHA1(37d5e681a1a2b8b2782dae3007db3e5036003e00))
@ -473,6 +474,7 @@ ROM_START(hotdoggb)
ROM_RELOAD(0x1000, 0x0800)
ROM_RELOAD(0x1800, 0x0800)
ROM_END
#endif
/*--------------------------------
/ Kings of Steel

View File

@ -158,6 +158,7 @@ ROM_START(eballchp)
ROM_LOAD("u5_snd.532", 0xf000, 0x1000, CRC(655441df) SHA1(9da5578856ded3dcdafed67679eb4c4134dc9f81))
ROM_END
#if 0
ROM_START(eballch2)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "u3_cpu.128", 0xc000, 0x4000, CRC(025f3008) SHA1(25d310f169b92ce6b348330816ddc3b5710e57da) )
@ -167,6 +168,7 @@ ROM_START(eballch2)
ROM_LOAD("ebcu3.snd", 0xc000, 0x2000, NO_DUMP)
ROM_RELOAD(0xe000, 0x2000)
ROM_END
#endif
/*------------------------------------------------
/ Escape from the Lost World

View File

@ -3252,6 +3252,7 @@ static void geforce_pci_w(device_t *busdevice, device_t *device, int function, i
* ohci usb controller placeholder
*/
#ifdef LOG_OHCI
static const char *const usbregnames[]={
"HcRevision",
"HcControl",
@ -3276,6 +3277,7 @@ static const char *const usbregnames[]={
"HcRhStatus",
"HcRhPortStatus[1]"
};
#endif
READ32_MEMBER( chihiro_state::usbctrl_r )
{

View File

@ -589,8 +589,10 @@ static INPUT_PORTS_START( csplayh5 )
PORT_DIPSETTING( 0x8000, DEF_STR( On ) )
INPUT_PORTS_END
#if 0
static GFXDECODE_START( csplayh5 )
GFXDECODE_END
#endif
static Z80CTC_INTERFACE( ctc_intf )
{

View File

@ -1441,12 +1441,14 @@ GAME_CUSTOM( 199?, ec_unk5__c, ec_unk5, "v1.1non_protocol.hex", 0x0000, 0x02
********************************************************************************************************************/
// these are scrambled roms using 'MAB' hw.
#if 0
ROM_START( ec_bar7 )
ROM_REGION( 0x200000, "maincpu", 0 )
ROM_LOAD( "b7tok.bin", 0x0000, 0x020000, CRC(c3913709) SHA1(73024a3bbfbe13477e4daae78f54c694d112b936) )
ROM_REGION( 0x200000, "altrevs", 0 )
ROM_LOAD( "bar7", 0x0000, 0x008000, CRC(ce0429bc) SHA1(d9cda09589a6e7c72c4d777de2964abe6b4e18c3) ) //?
ROM_END
#endif
ROM_START( ec_barxmab )
ROM_REGION( 0x200000, "maincpu", 0 )

View File

@ -2246,6 +2246,7 @@ static const gfx_layout galaxold_spritelayout =
32*8
};
#if 0
static const gfx_layout pacmanbl_spritelayout =
{
16,16,
@ -2258,6 +2259,7 @@ static const gfx_layout pacmanbl_spritelayout =
16*8, 17*8, 18*8, 19*8, 20*8, 21*8, 22*8, 23*8 },
32*8
};
#endif
static const gfx_layout _4in1_charlayout =
{

View File

@ -197,6 +197,7 @@ WRITE_LINE_MEMBER(ggconnie_state::pce_irq_changed)
}
#if 0
static const huc6270_interface pce_huc6270_config =
{
0x10000,
@ -211,6 +212,7 @@ static const huc6260_interface pce_huc6260_config =
DEVCB_DEVICE_LINE_MEMBER( "huc6270", huc6270_device, vsync_changed ),
DEVCB_DEVICE_LINE_MEMBER( "huc6270", huc6270_device, hsync_changed )
};
#endif
static const huc6270_interface sgx_huc6270_0_config =

View File

@ -398,6 +398,7 @@ ROM_START(panthera)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#if 0
ROM_START(panther7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))
@ -418,6 +419,7 @@ ROM_START(panther7)
ROM_LOAD("6530sy80.bin", 0x0c00, 0x0400, CRC(c8ba951d) SHA1(e4aa152b36695a0205c19a8914e4d77373f64c6c))
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#endif
/*-------------------------------------------------------------------
/ Pink Panther
@ -444,6 +446,7 @@ ROM_START(pnkpnthr)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#if 0
ROM_START(pnkpntr7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))
@ -464,6 +467,7 @@ ROM_START(pnkpntr7)
ROM_LOAD("6530sy80.bin", 0x0c00, 0x0400, CRC(c8ba951d) SHA1(e4aa152b36695a0205c19a8914e4d77373f64c6c))
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#endif
/*-------------------------------------------------------------------
/ Star Race
@ -502,6 +506,7 @@ ROM_START(starrace)
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#if 0
ROM_START(starrac7)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD("u2g807dc.bin", 0x2000, 0x1000, CRC(f8a687b3) SHA1(ba7747c04a5967df760ace102e47c91d42e07a12))
@ -534,6 +539,7 @@ ROM_START(starrac7)
ROM_LOAD("6530sy80.bin", 0x0c00, 0x0400, CRC(c8ba951d) SHA1(e4aa152b36695a0205c19a8914e4d77373f64c6c))
ROM_RELOAD( 0xfc00, 0x0400)
ROM_END
#endif
/*-------------------------------------------------------------------
/ The Amazing Spider-Man

View File

@ -261,6 +261,7 @@ ADDRESS_MAP_END
Code Decryption
***************************************************************************/
#if 0
static const UINT8 sdwx_tab[] =
{
0x49,0x47,0x53,0x30,0x30,0x35,0x35,0x52,0x44,0x34,0x30,0x32,0x30,0x36,0x32,0x31,
@ -280,6 +281,7 @@ static const UINT8 sdwx_tab[] =
0x12,0x56,0x97,0x26,0x1D,0x5F,0xA7,0xF8,0x89,0x3F,0x14,0x36,0x72,0x3B,0x48,0x7B,
0xF1,0xED,0x72,0xB7,0x7A,0x56,0x05,0xDE,0x7B,0x27,0x6D,0xCF,0x33,0x4C,0x14,0x86,
};
#endif

View File

@ -247,6 +247,7 @@ static const gfx_layout tilelayout2 =
32*16
};
#if 0
static const gfx_layout tilelayout3 =
{
8,32,
@ -260,6 +261,7 @@ static const gfx_layout tilelayout3 =
24*16, 25*16, 26*16, 27*16, 28*16, 29*16, 30*16, 31*16 },
32*16
};
#endif
static GFXDECODE_START( iqblock )
GFXDECODE_ENTRY( "gfx1", 0, tilelayout1, 0, 16 ) /* only odd color codes are used */

View File

@ -623,6 +623,7 @@ ROM_START( yujan )
ROM_COPY( "user2", 0x00000, 0x000000, 0x400000 ) // Slot A
ROM_END
#if 0
static const UINT8 ramdata[160]=
{
0xAF, 0xED, 0x47, 0xD3, 0xC1, 0xD3, 0x0C, 0xD3, 0xAF, 0xED, 0x47, 0xD3, 0xC1, 0xD3, 0x0C, 0xD3,
@ -636,6 +637,7 @@ static const UINT8 ramdata[160]=
0x21, 0x00, 0x01, 0x11, 0x08, 0xFE, 0xED, 0xB0, 0x01, 0x10, 0x00, 0x21, 0x10, 0x01, 0x11, 0x20,
0xF0, 0xED, 0xB0, 0x3A, 0x0A, 0xE8, 0xE6, 0xF3, 0x32, 0x0A, 0xE8, 0xD3, 0xC0, 0xC9, 0x00, 0xF3
};
#endif
MACHINE_RESET_MEMBER(macs_state,macs)
{

View File

@ -879,12 +879,14 @@ INPUT_PORTS_END
*
*************************************/
#if 0
/* TODO: Unknown */
static const mips3_config config =
{
16384, /* code cache size */
16384 /* data cache size */
};
#endif
static const adsp21xx_config adsp_config =
{

View File

@ -412,8 +412,10 @@ ROM_START( m1cluedob2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_START( m1cluedob2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-303", 0x0000, 0x010000, CRC(e0eb84c2) SHA1(3c2db9d41b9c561a483293f2258b654547d937d4) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 2.1 BwB 1995
ROM_START( m1cluedob1 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-326", 0x0000, 0x010000, CRC(0ace83db) SHA1(3387ac8583bc4ba7933abe001bc64a2b06a5451f) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 1.1 BwB 1995 (newer) cl_x6___.2o1
ROM_START( m1cluedob1p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-327", 0x0000, 0x010000, CRC(e2261e3d) SHA1(50be56d1c28a31fcdb12a83c230a983bd6c60f62) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 1.1 BwB 1995 (newer)cl_x6_d_.2o1
#if 0
ROM_START( m1cluedobi2 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-328", 0x0000, 0x010000, CRC(7aa2e6bd) SHA1(82752cd0e89d487016ccb50e55d2d7e11e5bb0ad) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 2.1 BwB 1995 (IoM) clix6___.2o1
ROM_START( m1cluedobi2p ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "sa5-329", 0x0000, 0x010000, CRC(924a7b5b) SHA1(102fba24040c9f968f80747b830fda05444c69aa) ) m1_cluedo_sound ROM_END_M1A_MCU //pbu 2.1 BwB 1995 (IoM) clix6_d_.2o1
#endif
ROM_START( m1cluedob2h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "clu5p8", 0x0000, 0x010000, CRC(fb6c6527) SHA1(e42683512c537d653593c67a8d238069ac2f2d0e) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 2.0 - nop'd copyright string
ROM_START( m1cluedob1h ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 ) ROM_LOAD( "clu55", 0x0000, 0x010000, CRC(c852a989) SHA1(ff79e65f80d4230a0e0f9e87a9dcc544a5197a1a) ) m1_cluedo_sound ROM_END_M1A_MCU //nbu 1.0 - nop'd copyright string

View File

@ -1944,6 +1944,7 @@ static const stepper_interface barcrest_opto2_interface =
2
};
#if 0
static const stepper_interface barcrest_opto3_interface =
{
BARCREST_48STEP_REEL,
@ -1952,6 +1953,7 @@ static const stepper_interface barcrest_opto3_interface =
0x00,
2
};
#endif
static const stepper_interface bwb_opto1_interface =
{

View File

@ -1827,11 +1827,13 @@ static mpu4_chr_table blank_data[72] = {
};
#if 0
static const bwb_chr_table prizeinv_data1[5] = {
//This is all wrong, but without BwB Vid booting,
//I can't find the right values. These should be close though
{0x67},{0x17},{0x0f},{0x24},{0x3c},
};
#endif
static mpu4_chr_table prizeinv_data[8] = {
{0xEF, 0x02},{0x81, 0x00},{0xCE, 0x00},{0x00, 0x2e},

View File

@ -1200,6 +1200,7 @@ ROM_START( goldfish ) // Gold Fish 020903 prototype of Multi Fish
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#if 0
ROM_START( mfish ) // 021120
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "mf021120.rom", 0x00000, 0x40000, SHA1(eb7eb5aae00a77edcf328f460970eb180d86d058) )
@ -1229,6 +1230,7 @@ ROM_START( mfish_2 ) // 021121
ROM_LOAD( "multi_fish.007", 0x280000, 0x80000, CRC(9afdc2d3) SHA1(b112fd2005354c9f97d77030bdb6f99d7b5c8050) )
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#endif
ROM_START( mfish_3 ) // 021124
ROM_REGION( 0x40000, "maincpu", 0 )
@ -1246,6 +1248,7 @@ ROM_START( mfish_3 ) // 021124
ROM_END
#if 0
ROM_START( mfish_4 ) // 021219
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "mf021219.rom", 0x00000, 0x40000, SHA1(887d456b2ba89560329457d9eaea26fb72223a38) )
@ -1275,6 +1278,7 @@ ROM_START( mfish_5 ) // 021227
ROM_LOAD( "multi_fish.007", 0x280000, 0x80000, CRC(9afdc2d3) SHA1(b112fd2005354c9f97d77030bdb6f99d7b5c8050) )
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#endif
ROM_START( mfish_6 ) // 030124
ROM_REGION( 0x40000, "maincpu", 0 )
@ -1291,6 +1295,7 @@ ROM_START( mfish_6 ) // 030124
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#if 0
ROM_START( mfish_7 ) // 030511
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "mf030511.rom", 0x00000, 0x40000, SHA1(06b3e3875f036782983e29e305f67a36f78a4f06) )
@ -1305,6 +1310,7 @@ ROM_START( mfish_7 ) // 030511
ROM_LOAD( "multi_fish.007", 0x280000, 0x80000, CRC(9afdc2d3) SHA1(b112fd2005354c9f97d77030bdb6f99d7b5c8050) )
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#endif
ROM_START( mfish_8 ) // 030522
ROM_REGION( 0x40000, "maincpu", 0 )
@ -1321,6 +1327,7 @@ ROM_START( mfish_8 ) // 030522
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#if 0
ROM_START( mfish_9 ) // 031026
ROM_REGION( 0x40000, "maincpu", 0 )
ROM_LOAD( "mf031026.rom", 0x00000, 0x40000, SHA1(451b390793f89188afe2b6e82fc02b474fb97a7c) )
@ -1350,6 +1357,7 @@ ROM_START( mfish_10 ) // 031117
ROM_LOAD( "multi_fish.007", 0x280000, 0x80000, CRC(9afdc2d3) SHA1(b112fd2005354c9f97d77030bdb6f99d7b5c8050) )
ROM_LOAD( "multi_fish.008", 0x380000, 0x80000, CRC(29f1a326) SHA1(5e268411cab888c0727aaf8ae7d0b435d2efd189) )
ROM_END
#endif
ROM_START( mfish_11 ) // 031124
ROM_REGION( 0x40000, "maincpu", 0 )
@ -1405,6 +1413,7 @@ ROM_END
**********************************************************/
#if 0
ROM_START( crzmon ) // 030217
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "cm_m_030217.rom", 0x00000, 0x40000, SHA1(75787f32aa4c8e8ff7bc11c57a37ad5a65f71c52) )
@ -1464,6 +1473,7 @@ ROM_START( czmon_4 ) // 030404
ROM_LOAD( "crazymonkey_m.007", 0x280000, 0x80000, CRC(715a2528) SHA1(6c4c72592568ecbaa9518fb7271d2714dd22dbbb) )
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#endif
ROM_START( czmon_5 ) // 030421
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1480,6 +1490,7 @@ ROM_START( czmon_5 ) // 030421
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#if 0
ROM_START( czmon_6 ) // 031016
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "cm_m_031016.rom", 0x00000, 0x40000, SHA1(2f2a5ecbb311ade75f8fdc322c6e63836d4119c3) )
@ -1494,6 +1505,7 @@ ROM_START( czmon_6 ) // 031016
ROM_LOAD( "crazymonkey_m.007", 0x280000, 0x80000, CRC(715a2528) SHA1(6c4c72592568ecbaa9518fb7271d2714dd22dbbb) )
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#endif
ROM_START( czmon_7 ) // 031110
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1540,6 +1552,7 @@ ROM_START( czmon_9 ) // 070315
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#if 0
ROM_START( czmon_10 ) // 081027 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "cm_l_081027.rom", 0x00000, 0x40000, SHA1(11a1523bc0ce5cf43534b34201f59784283693f0) )
@ -1584,6 +1597,7 @@ ROM_START( czmon_12 ) // 090711 entertainment
ROM_LOAD( "crazymonkey_e.007", 0x280000, 0x80000, SHA1(7cc230ee431288e0c8a05a1a7d77973ba500d503) )
ROM_LOAD( "crazymonkey_e.008", 0x380000, 0x80000, SHA1(3466f41b494439b6c24687fa75cb11bfe124a59f) )
ROM_END
#endif
ROM_START( czmon_13 ) // 100311
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1600,6 +1614,7 @@ ROM_START( czmon_13 ) // 100311
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#if 0
ROM_START( czmon_14 ) // 100311 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "cm_l_100311.rom", 0x00000, 0x40000, CRC(8a766a31) SHA1(2dc50aabf2b027a578d433714023290ad320ea00) )
@ -1614,6 +1629,7 @@ ROM_START( czmon_14 ) // 100311 lottery
ROM_LOAD( "crazymonkey_m.007", 0x280000, 0x80000, CRC(715a2528) SHA1(6c4c72592568ecbaa9518fb7271d2714dd22dbbb) )
ROM_LOAD( "crazymonkey_m.008", 0x380000, 0x80000, CRC(6fdb6fd5) SHA1(f40916112365de258956ec033aff79aae1f58690) )
ROM_END
#endif
ROM_START( czmon_15 ) // 100311 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1654,6 +1670,7 @@ ROM_END
**********************************************************/
#if 0
ROM_START( fcockt ) // 030505
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "fc_m_030505.rom", 0x00000, 0x40000, SHA1(cc65334e8dfae5ffef1d73bd5085e3555905e259) )
@ -1683,6 +1700,7 @@ ROM_START( fcockt_2 ) // 030512
ROM_LOAD( "fruitcocktail_m.007", 0x280000, 0x80000, CRC(20f87a15) SHA1(cb60866a3543668f3592c270b445dee881d78128) )
ROM_LOAD( "fruitcocktail_m.008", 0x380000, 0x80000, CRC(d282e42e) SHA1(eac9c3eaef39b1805f863ade5da47d6274d20a55) )
ROM_END
#endif
ROM_START( fcockt_3 ) // 030623
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1699,6 +1717,7 @@ ROM_START( fcockt_3 ) // 030623
ROM_LOAD( "fruitcocktail_m.008", 0x380000, 0x80000, CRC(d282e42e) SHA1(eac9c3eaef39b1805f863ade5da47d6274d20a55) )
ROM_END
#if 0
ROM_START( fcockt_4 ) // 031028
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "fc_m_031028.rom", 0x00000, 0x40000, SHA1(18a0ac6e3c6f1d6ae7aeae5322e6b6617923cfdf) )
@ -1713,6 +1732,7 @@ ROM_START( fcockt_4 ) // 031028
ROM_LOAD( "fruitcocktail_m.007", 0x280000, 0x80000, CRC(20f87a15) SHA1(cb60866a3543668f3592c270b445dee881d78128) )
ROM_LOAD( "fruitcocktail_m.008", 0x380000, 0x80000, CRC(d282e42e) SHA1(eac9c3eaef39b1805f863ade5da47d6274d20a55) )
ROM_END
#endif
ROM_START( fcockt_5 ) // 031111
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1834,6 +1854,7 @@ ROM_START( fcockt_12 ) // 070911
ROM_LOAD( "fruitcocktail.008", 0x380000, 0x80000, CRC(8384e4d4) SHA1(83d0bbbd7cca7328a66a69cf802632fd8d22d5b8) )
ROM_END
#if 0
ROM_START( fcockt_13 ) // 081124 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "fc_l_081124.rom", 0x00000, 0x40000, SHA1(896252194f32842f784463668e6416cbfe9687a0) )
@ -1848,6 +1869,7 @@ ROM_START( fcockt_13 ) // 081124 lottery
ROM_LOAD( "fruitcocktail_m.007", 0x280000, 0x80000, CRC(20f87a15) SHA1(cb60866a3543668f3592c270b445dee881d78128) )
ROM_LOAD( "fruitcocktail_m.008", 0x380000, 0x80000, CRC(d282e42e) SHA1(eac9c3eaef39b1805f863ade5da47d6274d20a55) )
ROM_END
#endif
ROM_START( fcockt_14 ) // 090708 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1873,6 +1895,7 @@ ROM_END
**********************************************************/
#if 0
ROM_START( lhaunt ) // 030707
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "lh_m_030707.rom", 0x00000, 0x40000, SHA1(c7b8e1b98cd0aa665d62c1652716993539c9f3ef) )
@ -1887,6 +1910,7 @@ ROM_START( lhaunt ) // 030707
ROM_LOAD( "luckyhaunter_m.007", 0x280000, 0x80000, CRC(64d16ba9) SHA1(3b897183d6e0f1256be7657441f234fc72077682) )
ROM_LOAD( "luckyhaunter_m.008", 0x380000, 0x80000, CRC(1bdf6252) SHA1(7b5ae82a95a744b236e109024d47b526dccf9c14) )
ROM_END
#endif
ROM_START( lhaunt_2 ) // 030804
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1903,6 +1927,7 @@ ROM_START( lhaunt_2 ) // 030804
ROM_LOAD( "luckyhaunter_m.008", 0x380000, 0x80000, CRC(1bdf6252) SHA1(7b5ae82a95a744b236e109024d47b526dccf9c14) )
ROM_END
#if 0
ROM_START( lhaunt_3 ) // 031027
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "lh_m_031027.rom", 0x00000, 0x40000, SHA1(caec736dde2878588ab197ba37801cf7a9ed975b) )
@ -1917,6 +1942,7 @@ ROM_START( lhaunt_3 ) // 031027
ROM_LOAD( "luckyhaunter_m.007", 0x280000, 0x80000, CRC(64d16ba9) SHA1(3b897183d6e0f1256be7657441f234fc72077682) )
ROM_LOAD( "luckyhaunter_m.008", 0x380000, 0x80000, CRC(1bdf6252) SHA1(7b5ae82a95a744b236e109024d47b526dccf9c14) )
ROM_END
#endif
ROM_START( lhaunt_4 ) // 031111
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -1993,6 +2019,7 @@ ROM_START( lhaunt_8 ) // 070604
ROM_LOAD( "luckyhaunter_m.008", 0x380000, 0x80000, CRC(1bdf6252) SHA1(7b5ae82a95a744b236e109024d47b526dccf9c14) )
ROM_END
#if 0
ROM_START( lhaunt_9 ) // 081208 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "lh_l_081208.rom", 0x00000, 0x40000, SHA1(4962bfc9c3aadd45fdb30bb159aaaed463e4d06b) )
@ -2007,6 +2034,7 @@ ROM_START( lhaunt_9 ) // 081208 lottery
ROM_LOAD( "luckyhaunter_m.007", 0x280000, 0x80000, CRC(64d16ba9) SHA1(3b897183d6e0f1256be7657441f234fc72077682) )
ROM_LOAD( "luckyhaunter_m.008", 0x380000, 0x80000, CRC(1bdf6252) SHA1(7b5ae82a95a744b236e109024d47b526dccf9c14) )
ROM_END
#endif
ROM_START( lhaunt_10 ) // 090712 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2047,6 +2075,7 @@ ROM_END
**********************************************************/
#if 0
ROM_START( garage ) // 040122
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "gg_m_040122.rom", 0x00000, 0x40000, SHA1(327e55d1f4bdc0ad0556faa2fbdaa05b9a5f1c16) )
@ -2091,6 +2120,7 @@ ROM_START( garage_3 ) // 040216
ROM_LOAD( "garage_m.007", 0x280000, 0x80000, CRC(dfa2ceb1) SHA1(ec7de8a8f6e7785a563df973841cc1f1603f79fc) )
ROM_LOAD( "garage_m.008", 0x380000, 0x80000, CRC(90c5416b) SHA1(583bfb517bc2e30d7b7903aa19fc3b4b5188d7d2) )
ROM_END
#endif
ROM_START( garage_4 ) // 040219
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2152,6 +2182,7 @@ ROM_START( garage_7 ) // 070329
ROM_LOAD( "garage_m.008", 0x380000, 0x80000, CRC(90c5416b) SHA1(583bfb517bc2e30d7b7903aa19fc3b4b5188d7d2) )
ROM_END
#if 0
ROM_START( garage_8 ) // 081229 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "gg_l_081229.rom", 0x00000, 0x40000, SHA1(6bc22aeb6d8d5ffbc556d9056a25e6506bb8f118) )
@ -2166,6 +2197,7 @@ ROM_START( garage_8 ) // 081229 lottery
ROM_LOAD( "garage_m.007", 0x280000, 0x80000, CRC(dfa2ceb1) SHA1(ec7de8a8f6e7785a563df973841cc1f1603f79fc) )
ROM_LOAD( "garage_m.008", 0x380000, 0x80000, CRC(90c5416b) SHA1(583bfb517bc2e30d7b7903aa19fc3b4b5188d7d2) )
ROM_END
#endif
ROM_START( garage_9 ) // 090715 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2206,6 +2238,7 @@ ROM_START( rclimb ) // 040815
ROM_LOAD( "rockclimber_m.008", 0x380000, 0x80000, CRC(8cf6b4c2) SHA1(4c36c217b83c82acfdd615f5547bf597af7b8833) )
ROM_END
#if 0
ROM_START( rclimb_2 ) // 040823
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "rc_m_040823.rom", 0x00000, 0x40000, SHA1(31cf4d7f50102d35556817273893182e30c9a70c) )
@ -2220,6 +2253,7 @@ ROM_START( rclimb_2 ) // 040823
ROM_LOAD( "rockclimber_m.007", 0x280000, 0x80000, CRC(3ca7f69a) SHA1(878cca181d915dc3548d5285a4bbb51aef31a64e) )
ROM_LOAD( "rockclimber_m.008", 0x380000, 0x80000, CRC(8cf6b4c2) SHA1(4c36c217b83c82acfdd615f5547bf597af7b8833) )
ROM_END
#endif
ROM_START( rclimb_3 ) // 040827
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2266,6 +2300,7 @@ ROM_START( rclimb_5 ) // 070621
ROM_LOAD( "rockclimber_m.008", 0x380000, 0x80000, CRC(8cf6b4c2) SHA1(4c36c217b83c82acfdd615f5547bf597af7b8833) )
ROM_END
#if 0
ROM_START( rclimb_6 ) // 090217 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "rc_l_090217.rom", 0x00000, 0x40000, SHA1(587be46d846fa7288227179bacedcc1ad5c2cd67) )
@ -2280,6 +2315,7 @@ ROM_START( rclimb_6 ) // 090217 lottery
ROM_LOAD( "rockclimber_m.007", 0x280000, 0x80000, CRC(3ca7f69a) SHA1(878cca181d915dc3548d5285a4bbb51aef31a64e) )
ROM_LOAD( "rockclimber_m.008", 0x380000, 0x80000, CRC(8cf6b4c2) SHA1(4c36c217b83c82acfdd615f5547bf597af7b8833) )
ROM_END
#endif
ROM_START( rclimb_7 ) // 090716 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2450,6 +2486,7 @@ ROM_START( resdnt_3 ) // 070222
ROM_LOAD( "resident_m.008", 0x380000, 0x80000, CRC(a9f55043) SHA1(4771df3d45bdc0a21b1c479f45e09ac5bab6c94f) )
ROM_END
#if 0
ROM_START( resdnt_4 ) // 090129 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "rs_l_090129.rom", 0x00000, 0x40000, SHA1(5728b019241359d83abc117157ebf62a52457917) )
@ -2479,6 +2516,7 @@ ROM_START( resdnt_5 ) // 090722 entertainment
ROM_LOAD( "resident_ent.007", 0x280000, 0x80000, CRC(7e2eef27) SHA1(f2acc7fd8e5917523efa7028d60f737cc2330c71) )
ROM_LOAD( "resident_ent.008", 0x380000, 0x80000, CRC(d4924f74) SHA1(62f13413a8d7bbcfe833a6d7283e1c726ed06a52) )
ROM_END
#endif
ROM_START( resdnt_6 ) // 100311
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2495,6 +2533,7 @@ ROM_START( resdnt_6 ) // 100311
ROM_LOAD( "resident_m.008", 0x380000, 0x80000, CRC(a9f55043) SHA1(4771df3d45bdc0a21b1c479f45e09ac5bab6c94f) )
ROM_END
#if 0
ROM_START( resdnt_7 ) // 100311 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "rs_l_100311.rom", 0x00000, 0x40000, CRC(9969562e) SHA1(08052c1e9f3415ac005e5f67411e15d0c8f7450e) )
@ -2509,6 +2548,7 @@ ROM_START( resdnt_7 ) // 100311 lottery
ROM_LOAD( "resident_m.007", 0x280000, 0x80000, CRC(6e94728a) SHA1(ab414879cb957d9bc8d653b5e3bb2bbf91139ec0) )
ROM_LOAD( "resident_m.008", 0x380000, 0x80000, CRC(a9f55043) SHA1(4771df3d45bdc0a21b1c479f45e09ac5bab6c94f) )
ROM_END
#endif
ROM_START( resdnt_8 ) // 100311 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2549,6 +2589,7 @@ ROM_END
**********************************************************/
#if 0
ROM_START( rollfr ) // 030821
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "rf5-030821.rom", 0x00000, 0x40000, SHA1(5e9c2235ea4207086db23870993d8e28356c9eb8) )
@ -2563,6 +2604,7 @@ ROM_START( rollfr ) // 030821
ROM_LOAD( "roll_fruit5.007", 0x280000, 0x80000, CRC(81e3480b) SHA1(c0f006cf2a4747359cb79f14976ac3411951af1c) )
ROM_LOAD( "roll_fruit5.008", 0x380000, 0x80000, CRC(ed3558b8) SHA1(8ec808069053f0c07d81c45090b2ba22ef8e9c32) )
ROM_END
#endif
ROM_START( rollfr_2 ) // 040318
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2665,6 +2707,7 @@ ROM_START( island2 ) // 060529
ROM_LOAD( "island2.008", 0x380000, 0x80000, CRC(c336d608) SHA1(55391183c6d95ecea81354efa70641350860d1f5) )
ROM_END
#if 0
ROM_START( island2_2 ) // 061214
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "is2_m_061214.rom", 0x00000, 0x40000, SHA1(dd416d831c3773f044b355efcb1121f7eb81932b) )
@ -2679,6 +2722,7 @@ ROM_START( island2_2 ) // 061214
ROM_LOAD( "island2.007", 0x280000, 0x80000, CRC(edd72be6) SHA1(fb1e63f59e8565c23ae43630fa572fbc022c878f) )
ROM_LOAD( "island2.008", 0x380000, 0x80000, CRC(c336d608) SHA1(55391183c6d95ecea81354efa70641350860d1f5) )
ROM_END
#endif
ROM_START( island2_3 ) // 061218
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -2745,6 +2789,7 @@ ROM_END
Pirate
**********************************************************/
#if 0
ROM_START( pirate ) // 051229
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "pr_m_051229.rom", 0x00000, 0x40000, SHA1(d1286cba474ccbbff8358ba2fd6917d43d101674) )
@ -2759,6 +2804,7 @@ ROM_START( pirate ) // 051229
ROM_LOAD( "pirate.007", 0x280000, 0x80000, CRC(6c4a9510) SHA1(e10bf8475ff7c73ba90b904b9214b285a5b2669f) )
ROM_LOAD( "pirate.008", 0x380000, 0x80000, CRC(cc2edac2) SHA1(24bacd9e092a83945a8def3a254ec66758d71ff5) )
ROM_END
#endif
ROM_START( pirate_2 ) // 060210
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -3035,6 +3081,7 @@ ROM_START( gnome_5 ) // 090406
ROM_LOAD( "gnome.008", 0x380000, 0x80000, CRC(c86a1586) SHA1(e622bca8dc618ca8edc1a7daa9c8286383caebef) )
ROM_END
#if 0
ROM_START( gnome_6 ) // 090604 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "gn_l_090604.rom", 0x00000, 0x40000, SHA1(5c736c974011980b343cf131b54f00aede5ef0ef) )
@ -3049,6 +3096,7 @@ ROM_START( gnome_6 ) // 090604 lottery
ROM_LOAD( "gnome_loto.007", 0x280000, 0x80000, CRC(99ae985c) SHA1(f0fe5a0dbc289a93246a825f32a726cf62ccb9aa) )
ROM_LOAD( "gnome_loto.008", 0x380000, 0x80000, CRC(4dc3f777) SHA1(3352170877c59daff63c056dfca00915f87b5795) )
ROM_END
#endif
ROM_START( gnome_7 ) // 090708 lottery
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -3065,6 +3113,7 @@ ROM_START( gnome_7 ) // 090708 lottery
ROM_LOAD( "gnome_loto.008", 0x380000, 0x80000, CRC(4dc3f777) SHA1(3352170877c59daff63c056dfca00915f87b5795) )
ROM_END
#if 0
ROM_START( gnome_8 ) // 090810 entertainment
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "gn_e_090810.rom", 0x00000, 0x40000, SHA1(99ae99e2d56f016e7376f75c6eddcf6150015205) )
@ -3079,6 +3128,7 @@ ROM_START( gnome_8 ) // 090810 entertainment
ROM_LOAD( "gnome_ent.007", 0x280000, 0x80000, CRC(09d6a157) SHA1(95a25c0ffb5d6d42323140bb66695cfed9c0daca) )
ROM_LOAD( "gnome_ent.008", 0x380000, 0x80000, CRC(cba3676e) SHA1(306a7d9c3d229e86d735a2b0a9a71d2f33929038) )
ROM_END
#endif
ROM_START( gnome_9 ) // 100326 World
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
@ -3167,6 +3217,7 @@ ROM_START( fcockt2 ) // 080707
ROM_LOAD( "fruitcocktail2_old.008", 0x380000, 0x80000, CRC(a27c49a2) SHA1(7c9ee0e01f76ca3ab6716579f5dde7036050970b) )
ROM_END
#if 0
ROM_START( fcockt2_2 ) // 080904
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked
ROM_LOAD( "fc2_080904.rom", 0x00000, 0x40000, SHA1(d8f1034753274aed874ee552ab78e660ddaba939) )
@ -3181,6 +3232,7 @@ ROM_START( fcockt2_2 ) // 080904
ROM_LOAD( "fruitcocktail2_old.007", 0x280000, 0x80000, CRC(85ba9a86) SHA1(aa9b6170135e9e420509e8f7c1702c9896bc5d8e) )
ROM_LOAD( "fruitcocktail2_old.008", 0x380000, 0x80000, CRC(a27c49a2) SHA1(7c9ee0e01f76ca3ab6716579f5dde7036050970b) )
ROM_END
#endif
ROM_START( fcockt2_3 ) // 080909
ROM_REGION( 0x40000, "maincpu", 0 ) // z80 code, banked

View File

@ -100,6 +100,7 @@ void photon2_state::video_start()
m_spectrum_flash_invert = 0;
}
#if 0
/* return the color to be used inverting FLASHing colors if necessary */
INLINE unsigned char get_display_color (unsigned char color, int invert)
{
@ -108,6 +109,7 @@ INLINE unsigned char get_display_color (unsigned char color, int invert)
else
return color;
}
#endif
/* Code to change the FLASH status every 25 frames. Note this must be
independent of frame skip etc. */

View File

@ -987,9 +987,11 @@ ROM_START( pongf ) /* dummy to satisfy game entry*/
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
#if PONGD
ROM_START( pongd ) /* dummy to satisfy game entry*/
ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASE00 )
ROM_END
#endif
GAME( 1972, pong, 0, pong, pong, driver_device, 0, ROT0, "Atari", "Pong (Rev E) external", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING)
GAME( 1972, pongf, 0, pongf, pong, driver_device, 0, ROT0, "Atari", "Pong (Rev E)", GAME_SUPPORTS_SAVE )

View File

@ -1376,6 +1376,7 @@ I8255A_INTERFACE( stratgyx_ppi_1_intf )
DEVCB_NULL /* Port C write */
};
#if 0
I8255A_INTERFACE( scramble_protection_ppi_1_intf )
{
DEVCB_NULL, /* Port A read */
@ -1385,6 +1386,7 @@ I8255A_INTERFACE( scramble_protection_ppi_1_intf )
DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_r), /* Port C read */
DEVCB_DRIVER_MEMBER(scramble_state, scramble_protection_w) /* Port C write */
};
#endif
I8255A_INTERFACE( mrkougar_ppi_1_intf )
{

View File

@ -103,6 +103,7 @@ ROM_END
/*--------------------------------
/ Cue (Proto - Never released)
/-------------------------------*/
#if 0
ROM_START(cue)
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "cpu_u1.716", 0x1000, 0x0800, NO_DUMP)
@ -111,6 +112,7 @@ ROM_START(cue)
ROM_LOAD( "cpu_u6.716", 0x5800, 0x0800, NO_DUMP)
ROM_RELOAD( 0xf800, 0x0800)
ROM_END
#endif
/*--------------------------------
/ Dragonfist

View File

@ -2869,6 +2869,7 @@ static const tc0100scn_interface finalb_tc0100scn_intf =
0, 0
};
#if 0
static const tc0100scn_interface ninjak_tc0100scn_intf =
{
1, 2, /* gfxnum, txnum */
@ -2877,6 +2878,7 @@ static const tc0100scn_interface ninjak_tc0100scn_intf =
1, 2, /* flip_text_xoff, flip_text_yoff */
0, 0
};
#endif
static const tc0100scn_interface qzchikyu_tc0100scn_intf =
{

View File

@ -603,6 +603,7 @@ static const gfx_layout tilelayout =
16*16
};
#if 0
static const gfx_layout charlayout =
{
8, 8, /* 8x8 pixels */
@ -613,6 +614,7 @@ static const gfx_layout charlayout =
{ 16*0, 16*1, 16*2, 16*3, 16*4, 16*5, 16*6, 16*7 },
16*8
};
#endif
static GFXDECODE_START( syvalion )

View File

@ -780,6 +780,7 @@ INLINE float finvsqrt(float number)
return y;
}
#if 0
INLINE void normalize_vec3(VECTOR3 *v)
{
float l = finvsqrt(*v[0] * *v[0] + *v[1] * *v[1] + *v[2] * *v[2]);
@ -787,6 +788,7 @@ INLINE void normalize_vec3(VECTOR3 *v)
*v[1] *= l;
*v[2] *= l;
}
#endif
INLINE float clamp_pos(float v)
{

View File

@ -486,11 +486,13 @@ WRITE8_MEMBER(thayers_state::den2_w)
#define SSI263_CLOCK (XTAL_4MHz/2)
#if 0
static const char SSI263_PHONEMES[0x40][5] =
{
"PA", "E", "E1", "Y", "YI", "AY", "IE", "I", "A", "AI", "EH", "EH1", "AE", "AE1", "AH", "AH1", "W", "O", "OU", "OO", "IU", "IU1", "U", "U1", "UH", "UH1", "UH2", "UH3", "ER", "R", "R1", "R2",
"L", "L1", "LF", "W", "B", "D", "KV", "P", "T", "K", "HV", "HVC", "HF", "HFC", "HN", "Z", "S", "J", "SCH", "V", "F", "THV", "TH", "M", "N", "NG", ":A", ":OH", ":U", ":UH", "E2", "LB"
};
#endif
WRITE8_MEMBER(thayers_state::ssi263_register_w)
{

View File

@ -398,6 +398,7 @@ static MSM6242_INTERFACE( nevada_rtc_intf )
/***************************************************************************/
/********************* SOUND SECTION ********************************/
/***************************************************************************/
#if 0
static const ay8910_interface ay8910_config =
{
AY8910_LEGACY_OUTPUT,
@ -409,6 +410,7 @@ static const ay8910_interface ay8910_config =
DEVCB_NULL,
DEVCB_NULL
};
#endif
/***************************************************************************/
READ16_MEMBER(nevada_state::io_board_r)

View File

@ -206,8 +206,8 @@ static const UINT8 tt04[ 8 ] = { 0xc0, 0xe1, 0xe2, 0xfa, 0x78, 0x7c, 0x0c, 0xf0
static const UINT8 tt05[ 8 ] = { 0xc0, 0xf1, 0xf2, 0xe2, 0x60, 0x7c, 0x04, 0xf8 }; /* brute forced */
static const UINT8 tt06[ 8 ] = { 0xfc, 0x38, 0xfa, 0xf2, 0xf1, 0xe1, 0x60, 0x80 }; /* brute forced */
static const UINT8 tt07[ 8 ] = { 0x80, 0x10, 0xf1, 0x03, 0xfa, 0x38, 0x3c, 0xfc }; /* brute forced & dumped */
static const UINT8 tt10[ 8 ] = { 0x80, 0x20, 0x38, 0x08, 0xf1, 0x03, 0xfe, 0xfc };
static const UINT8 tt16[ 8 ] = { 0xc0, 0x04, 0xf9, 0xe1, 0x60, 0x70, 0xf2, 0x02 };
//static const UINT8 tt10[ 8 ] = { 0x80, 0x20, 0x38, 0x08, 0xf1, 0x03, 0xfe, 0xfc };
//static const UINT8 tt16[ 8 ] = { 0xc0, 0x04, 0xf9, 0xe1, 0x60, 0x70, 0xf2, 0x02 };
static const UINT8 kn01[ 8 ] = { 0xf8, 0xe1, 0xe2, 0xfe, 0x3c, 0x30, 0x70, 0x80 }; /* brute forced */
static const UINT8 kn02[ 8 ] = { 0x01, 0x18, 0xe2, 0xfe, 0x3c, 0x30, 0x70, 0x80 }; /* brute forced */

View File

@ -11,6 +11,7 @@
#include "includes/naughtyb.h"
#if 0
static const res_net_decode_info naughtyb_decode_info =
{
2, /* two proms */
@ -31,6 +32,7 @@ static const res_net_info naughtyb_net_info =
{ RES_NET_AMP_NONE, 130, 270, 2, { 270, 1 } } /* no resistor for bit1 */
}
};
#endif
/***************************************************************************