diff options
Diffstat (limited to 'src/mame/drivers/wpc_an.cpp')
-rw-r--r-- | src/mame/drivers/wpc_an.cpp | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/mame/drivers/wpc_an.cpp b/src/mame/drivers/wpc_an.cpp index 49cc252f52a..ac4043105fa 100644 --- a/src/mame/drivers/wpc_an.cpp +++ b/src/mame/drivers/wpc_an.cpp @@ -36,8 +36,8 @@ protected: required_device<wpc_device> m_wpc; // driver_device overrides - virtual void machine_reset(); - virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); + virtual void machine_reset() override; + virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override; static const device_timer_id TIMER_VBLANK = 0; static const device_timer_id TIMER_IRQ = 1; public: @@ -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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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,0x00) + ROM_FILL(0x0000,0x180000,nullptr) ROM_REGION(0x8000, "fixed", 0) - ROM_FILL(0x0000,0x8000,0x00) + ROM_FILL(0x0000,0x8000,nullptr) 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) |