From f47c225bd5a7cddbbb6b1c4a5020f3929184ec20 Mon Sep 17 00:00:00 2001 From: couriersud Date: Mon, 11 Nov 2019 23:36:47 +0100 Subject: pong.cpp: Added 0x to length. (nw) --- src/mame/drivers/pong.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/pong.cpp b/src/mame/drivers/pong.cpp index a85b0049f33..21b63949dd1 100644 --- a/src/mame/drivers/pong.cpp +++ b/src/mame/drivers/pong.cpp @@ -645,7 +645,7 @@ void rebound_state::rebound(machine_config &config) ROM_START( pong ) /* dummy to satisfy game entry*/ ROM_REGION( 0x10000, "maincpu", 0 ) /* enough for netlist */ - ROM_LOAD( "pong.netlist", 0x000000, 00004554, CRC(614f0e7a) SHA1(188f3ac8c23c576a357ffae4a6f57ba83ba2d194) ) + ROM_LOAD( "pong.netlist", 0x000000, 0x004554, CRC(614f0e7a) SHA1(188f3ac8c23c576a357ffae4a6f57ba83ba2d194) ) ROM_END ROM_START( breakout ) -- cgit v1.2.3