summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pong.cpp')
-rw-r--r--src/mame/drivers/pong.cpp2
1 files changed, 1 insertions, 1 deletions
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 )