Previous 199869 Revisions Next

r44392 Saturday 23rd January, 2016 at 23:12:49 UTC by hap
revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too
[src/devices/bus/ti99_peb]horizon.cpp
[src/mame/drivers]harddriv.cpp monty.cpp pcw.cpp wpc_an.cpp wpc_dot.cpp

trunk/src/devices/bus/ti99_peb/horizon.cpp
r252903r252904
432432
433433ROM_START( horizon )
434434   ROM_REGION(MAXRAM_SIZE, NVRAMREGION, 0)
435   ROM_FILL(0x0000, MAXRAM_SIZE, nullptr)
435   ROM_FILL(0x0000, MAXRAM_SIZE, 0x00)
436436   ROM_REGION(0x8000, RAMREGION, 0)
437437   ROM_FILL(0x0000, 0x8000, 0x00)
438438ROM_END
trunk/src/mame/drivers/harddriv.cpp
r252903r252904
44854485   ROM_LOAD( "136091-0033.10j", 0x000000, 0x010000, CRC(57504ab6) SHA1(ec8361b7da964c07ca0da48a87537badc3986fe0) )
44864486
44874487   ROM_REGION16_BE( 0x100000, "mainpcb:ds3xdsp", 0 )  /* DS III auxillary ADSP-2105 (unused) */
4488   ROM_FILL(                    0x000000, 0x010000, nullptr)
4488   ROM_FILL(                    0x000000, 0x010000, 0x00)
44894489
44904490   ROM_REGION( 0x80000, "mainpcb:ds3sdsp_data", 0 )
44914491   ROM_LOAD16_BYTE( "136052-1123.12lm",0x00000, 0x10000, CRC(a88411dc) SHA1(1fd53c7eadffa163d5423df2f8338757e58d5f2e) )
trunk/src/mame/drivers/monty.cpp
r252903r252904
270270   ROM_LOAD( "monty_main.bin",    0x0000, 0x4000, CRC(720b4f55) SHA1(0106eb88d3fbbf25a745b9b6ee785ba13689d095) )   // 27128
271271   ROM_LOAD( "monty_module1.bin", 0x4000, 0x4000, CRC(2725d8c3) SHA1(8273b9779c0915f9c7c43ea4fb460f43ce036358) )   // 27128
272272   ROM_LOAD( "monty_module2.bin", 0x8000, 0x4000, CRC(db672e47) SHA1(bb14fe86df06cfa4b19625ba417d1a5bc8eae155) )   // 27128
273   ROM_FILL(0x1193,1,nullptr) // patch out HALT so we can type in our names
273   ROM_FILL( 0x1193, 1, 0x00 ) // patch out HALT so we can type in our names
274274ROM_END
275275
276276ROM_START( mmonty )
r252903r252904
278278   ROM_LOAD( "master_monty_main.bin", 0x0000, 0x8000, CRC(bb5ef4d4) SHA1(ba2c759e429f8740df419f9abb60832eddfba8ab) )   // 27C256
279279   ROM_LOAD( "monty_module1.bin",     0x8000, 0x4000, CRC(2725d8c3) SHA1(8273b9779c0915f9c7c43ea4fb460f43ce036358) )   // 27128
280280   ROM_LOAD( "monty_module2.bin",     0xc000, 0x4000, CRC(db672e47) SHA1(bb14fe86df06cfa4b19625ba417d1a5bc8eae155) )   // 27128
281   ROM_FILL(0x1487,1,nullptr) // patch out HALT so we can type in our names
281   ROM_FILL( 0x1487, 1, 0x00 ) // patch out HALT so we can type in our names
282282ROM_END
283283
284284
trunk/src/mame/drivers/pcw.cpp
r252903r252904
13491349
13501350ROM_START(pcw8256)
13511351   ROM_REGION(0x10000,"maincpu",0)
1352   ROM_FILL(0x0000,0x10000,nullptr)                                           \
1352   ROM_FILL(0x0000,0x10000,0x00)
13531353   ROM_REGION(0x400,"printer_mcu",0)  // i8041 9-pin dot-matrix
13541354   ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
13551355   ROM_REGION(0x400,"keyboard_mcu",0) // i8048
r252903r252904
13581358
13591359ROM_START(pcw8512)
13601360   ROM_REGION(0x10000,"maincpu",0)
1361   ROM_FILL(0x0000,0x10000,nullptr)                                           \
1361   ROM_FILL(0x0000,0x10000,0x00)
13621362   ROM_REGION(0x400,"printer_mcu",0)  // i8041 9-pin dot-matrix
13631363   ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
13641364   ROM_REGION(0x400,"keyboard_mcu",0) // i8048
r252903r252904
13671367
13681368ROM_START(pcw9256)
13691369   ROM_REGION(0x10000,"maincpu",0)
1370   ROM_FILL(0x0000,0x10000,nullptr)                                           \
1370   ROM_FILL(0x0000,0x10000,0x00)
13711371   ROM_REGION(0x2000,"printer_mcu",0) // i8041 9-pin dot-matrix
13721372   ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
13731373   ROM_REGION(0x400,"keyboard_mcu",0) // i8048
r252903r252904
13761376
13771377ROM_START(pcw9512)
13781378   ROM_REGION(0x10000,"maincpu",0)
1379   ROM_FILL(0x0000,0x10000,nullptr)                                           \
1379   ROM_FILL(0x0000,0x10000,0x00)
13801380   ROM_REGION(0x2000,"printer_mcu",0) // i8041 daisywheel (schematics say i8039?)
13811381   ROM_LOAD("40103.ic109", 0, 0x2000, CRC(a64d450a) SHA1(ebbf0ef19d39912c1c127c748514dd299915f88b))
13821382   ROM_REGION(0x400,"keyboard_mcu",0) // i8048
r252903r252904
13851385
13861386ROM_START(pcw10)
13871387   ROM_REGION(0x10000,"maincpu",0)
1388   ROM_FILL(0x0000,0x10000,nullptr)                                           \
1388   ROM_FILL(0x0000,0x10000,0x00)
13891389   ROM_REGION(0x2000,"printer_mcu",0) // i8041 9-pin dot matrix
13901390   ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
13911391   ROM_REGION(0x400,"keyboard_mcu",0) // i8048
trunk/src/mame/drivers/wpc_an.cpp
r252903r252904
349349   ROM_LOAD("dude_u19.l1", 0x20000, 0x10000, CRC(dc7b985b) SHA1(f672d1f1fe1d1d887113ea6ccd745a78f7760526))
350350   ROM_LOAD("dude_u20.l1", 0x30000, 0x10000, CRC(a83d53dd) SHA1(92a81069c42c7760888201fb0787fa7ddfbf1658))
351351   ROM_REGION(0x8000, "fixed", 0)
352   ROM_FILL(0x0000,0x8000,nullptr)
352   ROM_FILL(0x0000,0x8000,0x00)
353353ROM_END
354354
355355ROM_START(dd_p06)
r252903r252904
360360   ROM_LOAD("dude_u19.l1", 0x20000, 0x10000, CRC(dc7b985b) SHA1(f672d1f1fe1d1d887113ea6ccd745a78f7760526))
361361   ROM_LOAD("dude_u20.l1", 0x30000, 0x10000, CRC(a83d53dd) SHA1(92a81069c42c7760888201fb0787fa7ddfbf1658))
362362   ROM_REGION(0x8000, "fixed", 0)
363   ROM_FILL(0x0000,0x8000,nullptr)
363   ROM_FILL(0x0000,0x8000,0x00)
364364ROM_END
365365
366366/*-------------
r252903r252904
383383   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
384384   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
385385   ROM_REGION(0x8000, "fixed", 0)
386   ROM_FILL(0x0000,0x8000,nullptr)
386   ROM_FILL(0x0000,0x8000,0x00)
387387ROM_END
388388
389389ROM_START(fh_l9b)
r252903r252904
403403   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
404404   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
405405   ROM_REGION(0x8000, "fixed", 0)
406   ROM_FILL(0x0000,0x8000,nullptr)
406   ROM_FILL(0x0000,0x8000,0x00)
407407ROM_END
408408
409409ROM_START(fh_l3)
r252903r252904
423423   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
424424   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
425425   ROM_REGION(0x8000, "fixed", 0)
426   ROM_FILL(0x0000,0x8000,nullptr)
426   ROM_FILL(0x0000,0x8000,0x00)
427427ROM_END
428428
429429ROM_START(fh_l4)
r252903r252904
443443   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
444444   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
445445   ROM_REGION(0x8000, "fixed", 0)
446   ROM_FILL(0x0000,0x8000,nullptr)
446   ROM_FILL(0x0000,0x8000,0x00)
447447ROM_END
448448
449449ROM_START(fh_l5)
r252903r252904
463463   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
464464   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
465465   ROM_REGION(0x8000, "fixed", 0)
466   ROM_FILL(0x0000,0x8000,nullptr)
466   ROM_FILL(0x0000,0x8000,0x00)
467467ROM_END
468468
469469ROM_START(fh_905h)
r252903r252904
483483   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
484484   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
485485   ROM_REGION(0x8000, "fixed", 0)
486   ROM_FILL(0x0000,0x8000,nullptr)
486   ROM_FILL(0x0000,0x8000,0x00)
487487ROM_END
488488
489489
r252903r252904
503503   ROM_RELOAD( 0x080000 + 0x40000, 0x20000)
504504   ROM_RELOAD( 0x080000 + 0x60000, 0x20000)
505505   ROM_REGION(0x8000, "fixed", 0)
506   ROM_FILL(0x0000,0x8000,nullptr)
506   ROM_FILL(0x0000,0x8000,0x00)
507507ROM_END
508508
509509ROM_START(hd_l1)
r252903r252904
519519   ROM_RELOAD( 0x080000 + 0x40000, 0x20000)
520520   ROM_RELOAD( 0x080000 + 0x60000, 0x20000)
521521   ROM_REGION(0x8000, "fixed", 0)
522   ROM_FILL(0x0000,0x8000,nullptr)
522   ROM_FILL(0x0000,0x8000,0x00)
523523ROM_END
524524
525525/*-----------------
r252903r252904
542542   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
543543   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
544544   ROM_REGION(0x8000, "fixed", 0)
545   ROM_FILL(0x0000,0x8000,nullptr)
545   ROM_FILL(0x0000,0x8000,0x00)
546546ROM_END
547547
548548ROM_START(bop_l6)
r252903r252904
562562   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
563563   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
564564   ROM_REGION(0x8000, "fixed", 0)
565   ROM_FILL(0x0000,0x8000,nullptr)
565   ROM_FILL(0x0000,0x8000,0x00)
566566ROM_END
567567
568568ROM_START(bop_l5)
r252903r252904
582582   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
583583   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
584584   ROM_REGION(0x8000, "fixed", 0)
585   ROM_FILL(0x0000,0x8000,nullptr)
585   ROM_FILL(0x0000,0x8000,0x00)
586586ROM_END
587587
588588ROM_START(bop_l4)
r252903r252904
602602   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
603603   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
604604   ROM_REGION(0x8000, "fixed", 0)
605   ROM_FILL(0x0000,0x8000,nullptr)
605   ROM_FILL(0x0000,0x8000,0x00)
606606ROM_END
607607
608608ROM_START(bop_l3)
r252903r252904
622622   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
623623   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
624624   ROM_REGION(0x8000, "fixed", 0)
625   ROM_FILL(0x0000,0x8000,nullptr)
625   ROM_FILL(0x0000,0x8000,0x00)
626626ROM_END
627627
628628ROM_START(bop_l2)
r252903r252904
642642   ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
643643   ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
644644   ROM_REGION(0x8000, "fixed", 0)
645   ROM_FILL(0x0000,0x8000,nullptr)
645   ROM_FILL(0x0000,0x8000,0x00)
646646ROM_END
647647
648648/*===========
r252903r252904
652652   ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
653653   ROM_LOAD("u6_l3.rom", 0x10000, 0x20000, CRC(bf4a37b5) SHA1(91b8bba6182e818a34252a4b2a0b86a2a44d9c42))
654654   ROM_REGION(0x180000, "sound1",0)
655   ROM_FILL(0x0000,0x180000,nullptr)
655   ROM_FILL(0x0000,0x180000,0x00)
656656   ROM_REGION(0x8000, "fixed", 0)
657   ROM_FILL(0x0000,0x8000,nullptr)
657   ROM_FILL(0x0000,0x8000,0x00)
658658ROM_END
659659
660660GAME(1990,  tfa_13,     0,      wpc_an, wpc_an, wpc_an_state,   wpc_an, ROT0,   "Bally",                "WPC Test Fixture: Alphanumeric (1.3)",             MACHINE_IS_SKELETON_MECHANICAL)
trunk/src/mame/drivers/wpc_dot.cpp
r252903r252904
657657   ROM_REGION(0x20000, "code", 0)
658658   ROM_LOAD("u6_l3.rom", 0x00000, 0x20000, CRC(bd43e28c) SHA1(df0a64a9fddbc59e3edde56ae12b68f76e44ba2e))
659659   ROM_REGION(0x180000, "sound1", 0)
660   ROM_FILL(0x0000,0x180000,nullptr)
660   ROM_FILL(0x0000,0x180000,0x00)
661661ROM_END
662662
663663


Previous 199869 Revisions Next


© 1997-2024 The MAME Team