mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too
This commit is contained in:
parent
00ddf48c2e
commit
fd1d0f8e7c
@ -432,7 +432,7 @@ INPUT_PORTS_END
|
||||
|
||||
ROM_START( horizon )
|
||||
ROM_REGION(MAXRAM_SIZE, NVRAMREGION, 0)
|
||||
ROM_FILL(0x0000, MAXRAM_SIZE, nullptr)
|
||||
ROM_FILL(0x0000, MAXRAM_SIZE, 0x00)
|
||||
ROM_REGION(0x8000, RAMREGION, 0)
|
||||
ROM_FILL(0x0000, 0x8000, 0x00)
|
||||
ROM_END
|
||||
|
@ -4485,7 +4485,7 @@ ROM_START( strtdriv )
|
||||
ROM_LOAD( "136091-0033.10j", 0x000000, 0x010000, CRC(57504ab6) SHA1(ec8361b7da964c07ca0da48a87537badc3986fe0) )
|
||||
|
||||
ROM_REGION16_BE( 0x100000, "mainpcb:ds3xdsp", 0 ) /* DS III auxillary ADSP-2105 (unused) */
|
||||
ROM_FILL( 0x000000, 0x010000, nullptr)
|
||||
ROM_FILL( 0x000000, 0x010000, 0x00)
|
||||
|
||||
ROM_REGION( 0x80000, "mainpcb:ds3sdsp_data", 0 )
|
||||
ROM_LOAD16_BYTE( "136052-1123.12lm",0x00000, 0x10000, CRC(a88411dc) SHA1(1fd53c7eadffa163d5423df2f8338757e58d5f2e) )
|
||||
|
@ -270,7 +270,7 @@ ROM_START( monty )
|
||||
ROM_LOAD( "monty_main.bin", 0x0000, 0x4000, CRC(720b4f55) SHA1(0106eb88d3fbbf25a745b9b6ee785ba13689d095) ) // 27128
|
||||
ROM_LOAD( "monty_module1.bin", 0x4000, 0x4000, CRC(2725d8c3) SHA1(8273b9779c0915f9c7c43ea4fb460f43ce036358) ) // 27128
|
||||
ROM_LOAD( "monty_module2.bin", 0x8000, 0x4000, CRC(db672e47) SHA1(bb14fe86df06cfa4b19625ba417d1a5bc8eae155) ) // 27128
|
||||
ROM_FILL(0x1193,1,nullptr) // patch out HALT so we can type in our names
|
||||
ROM_FILL( 0x1193, 1, 0x00 ) // patch out HALT so we can type in our names
|
||||
ROM_END
|
||||
|
||||
ROM_START( mmonty )
|
||||
@ -278,7 +278,7 @@ ROM_START( mmonty )
|
||||
ROM_LOAD( "master_monty_main.bin", 0x0000, 0x8000, CRC(bb5ef4d4) SHA1(ba2c759e429f8740df419f9abb60832eddfba8ab) ) // 27C256
|
||||
ROM_LOAD( "monty_module1.bin", 0x8000, 0x4000, CRC(2725d8c3) SHA1(8273b9779c0915f9c7c43ea4fb460f43ce036358) ) // 27128
|
||||
ROM_LOAD( "monty_module2.bin", 0xc000, 0x4000, CRC(db672e47) SHA1(bb14fe86df06cfa4b19625ba417d1a5bc8eae155) ) // 27128
|
||||
ROM_FILL(0x1487,1,nullptr) // patch out HALT so we can type in our names
|
||||
ROM_FILL( 0x1487, 1, 0x00 ) // patch out HALT so we can type in our names
|
||||
ROM_END
|
||||
|
||||
|
||||
|
@ -1349,7 +1349,7 @@ MACHINE_CONFIG_END
|
||||
|
||||
ROM_START(pcw8256)
|
||||
ROM_REGION(0x10000,"maincpu",0)
|
||||
ROM_FILL(0x0000,0x10000,nullptr) \
|
||||
ROM_FILL(0x0000,0x10000,0x00)
|
||||
ROM_REGION(0x400,"printer_mcu",0) // i8041 9-pin dot-matrix
|
||||
ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
|
||||
ROM_REGION(0x400,"keyboard_mcu",0) // i8048
|
||||
@ -1358,7 +1358,7 @@ ROM_END
|
||||
|
||||
ROM_START(pcw8512)
|
||||
ROM_REGION(0x10000,"maincpu",0)
|
||||
ROM_FILL(0x0000,0x10000,nullptr) \
|
||||
ROM_FILL(0x0000,0x10000,0x00)
|
||||
ROM_REGION(0x400,"printer_mcu",0) // i8041 9-pin dot-matrix
|
||||
ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
|
||||
ROM_REGION(0x400,"keyboard_mcu",0) // i8048
|
||||
@ -1367,7 +1367,7 @@ ROM_END
|
||||
|
||||
ROM_START(pcw9256)
|
||||
ROM_REGION(0x10000,"maincpu",0)
|
||||
ROM_FILL(0x0000,0x10000,nullptr) \
|
||||
ROM_FILL(0x0000,0x10000,0x00)
|
||||
ROM_REGION(0x2000,"printer_mcu",0) // i8041 9-pin dot-matrix
|
||||
ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
|
||||
ROM_REGION(0x400,"keyboard_mcu",0) // i8048
|
||||
@ -1376,7 +1376,7 @@ ROM_END
|
||||
|
||||
ROM_START(pcw9512)
|
||||
ROM_REGION(0x10000,"maincpu",0)
|
||||
ROM_FILL(0x0000,0x10000,nullptr) \
|
||||
ROM_FILL(0x0000,0x10000,0x00)
|
||||
ROM_REGION(0x2000,"printer_mcu",0) // i8041 daisywheel (schematics say i8039?)
|
||||
ROM_LOAD("40103.ic109", 0, 0x2000, CRC(a64d450a) SHA1(ebbf0ef19d39912c1c127c748514dd299915f88b))
|
||||
ROM_REGION(0x400,"keyboard_mcu",0) // i8048
|
||||
@ -1385,7 +1385,7 @@ ROM_END
|
||||
|
||||
ROM_START(pcw10)
|
||||
ROM_REGION(0x10000,"maincpu",0)
|
||||
ROM_FILL(0x0000,0x10000,nullptr) \
|
||||
ROM_FILL(0x0000,0x10000,0x00)
|
||||
ROM_REGION(0x2000,"printer_mcu",0) // i8041 9-pin dot matrix
|
||||
ROM_LOAD("40026.ic701", 0, 0x400, CRC(ee8890ae) SHA1(91679cc5e07464ac55ef9a10f7095b2438223332))
|
||||
ROM_REGION(0x400,"keyboard_mcu",0) // i8048
|
||||
|
@ -349,7 +349,7 @@ ROM_START(dd_p7)
|
||||
ROM_LOAD("dude_u19.l1", 0x20000, 0x10000, CRC(dc7b985b) SHA1(f672d1f1fe1d1d887113ea6ccd745a78f7760526))
|
||||
ROM_LOAD("dude_u20.l1", 0x30000, 0x10000, CRC(a83d53dd) SHA1(92a81069c42c7760888201fb0787fa7ddfbf1658))
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(dd_p06)
|
||||
@ -360,7 +360,7 @@ ROM_START(dd_p06)
|
||||
ROM_LOAD("dude_u19.l1", 0x20000, 0x10000, CRC(dc7b985b) SHA1(f672d1f1fe1d1d887113ea6ccd745a78f7760526))
|
||||
ROM_LOAD("dude_u20.l1", 0x30000, 0x10000, CRC(a83d53dd) SHA1(92a81069c42c7760888201fb0787fa7ddfbf1658))
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
/*-------------
|
||||
@ -383,7 +383,7 @@ ROM_START(fh_l9)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_l9b)
|
||||
@ -403,7 +403,7 @@ ROM_START(fh_l9b)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_l3)
|
||||
@ -423,7 +423,7 @@ ROM_START(fh_l3)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_l4)
|
||||
@ -443,7 +443,7 @@ ROM_START(fh_l4)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_l5)
|
||||
@ -463,7 +463,7 @@ ROM_START(fh_l5)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_905h)
|
||||
@ -483,7 +483,7 @@ ROM_START(fh_905h)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
|
||||
@ -503,7 +503,7 @@ ROM_START(hd_l3)
|
||||
ROM_RELOAD( 0x080000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x080000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(hd_l1)
|
||||
@ -519,7 +519,7 @@ ROM_START(hd_l1)
|
||||
ROM_RELOAD( 0x080000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x080000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
/*-----------------
|
||||
@ -542,7 +542,7 @@ ROM_START(bop_l7)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(bop_l6)
|
||||
@ -562,7 +562,7 @@ ROM_START(bop_l6)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(bop_l5)
|
||||
@ -582,7 +582,7 @@ ROM_START(bop_l5)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(bop_l4)
|
||||
@ -602,7 +602,7 @@ ROM_START(bop_l4)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(bop_l3)
|
||||
@ -622,7 +622,7 @@ ROM_START(bop_l3)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
ROM_START(bop_l2)
|
||||
@ -642,7 +642,7 @@ ROM_START(bop_l2)
|
||||
ROM_RELOAD( 0x100000 + 0x40000, 0x20000)
|
||||
ROM_RELOAD( 0x100000 + 0x60000, 0x20000)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
/*===========
|
||||
@ -652,9 +652,9 @@ ROM_START(tfa_13)
|
||||
ROM_REGION(0x30000, "maincpu", ROMREGION_ERASEFF)
|
||||
ROM_LOAD("u6_l3.rom", 0x10000, 0x20000, CRC(bf4a37b5) SHA1(91b8bba6182e818a34252a4b2a0b86a2a44d9c42))
|
||||
ROM_REGION(0x180000, "sound1",0)
|
||||
ROM_FILL(0x0000,0x180000,nullptr)
|
||||
ROM_FILL(0x0000,0x180000,0x00)
|
||||
ROM_REGION(0x8000, "fixed", 0)
|
||||
ROM_FILL(0x0000,0x8000,nullptr)
|
||||
ROM_FILL(0x0000,0x8000,0x00)
|
||||
ROM_END
|
||||
|
||||
GAME(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)
|
||||
|
@ -657,7 +657,7 @@ ROM_START(tfdmd_l3)
|
||||
ROM_REGION(0x20000, "code", 0)
|
||||
ROM_LOAD("u6_l3.rom", 0x00000, 0x20000, CRC(bd43e28c) SHA1(df0a64a9fddbc59e3edde56ae12b68f76e44ba2e))
|
||||
ROM_REGION(0x180000, "sound1", 0)
|
||||
ROM_FILL(0x0000,0x180000,nullptr)
|
||||
ROM_FILL(0x0000,0x180000,0x00)
|
||||
ROM_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user