Skip to content

Commit acf82a7

Browse files
author
Adam
committed
- mistaken included renaming to bootrom
1 parent 1434c98 commit acf82a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mame/tektronix/tek440x.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ void tek440x_state::tek4404(machine_config &config)
651651
*************************************/
652652

653653
ROM_START( tek4404 )
654-
ROM_REGION16_BE( 0x8000, "bootrom", 0 )
654+
ROM_REGION16_BE( 0x8000, "maincpu", 0 )
655655
ROM_LOAD16_BYTE( "tek_u158.bin", 0x000000, 0x004000, CRC(9939e660) SHA1(66b4309e93e4ff20c1295dc2ec2a8d6389b2578c) )
656656
ROM_LOAD16_BYTE( "tek_u163.bin", 0x000001, 0x004000, CRC(a82dcbb1) SHA1(a7e4545e9ea57619faacc1556fa346b18f870084) )
657657

0 commit comments

Comments
 (0)