Skip to content

Commit 731a9fb

Browse files
author
Adam
committed
- mistaken included renaming to bootrom
1 parent bdf10af commit 731a9fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mame/tektronix/tek440x.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ void tek440x_state::physical_map(address_map &map)
413413

414414
// 700000-71ffff spare 0
415415
// 720000-73ffff spare 1
416-
map(0x740000, 0x747fff).rom().mirror(0x8000).region("bootrom", 0);
416+
map(0x740000, 0x747fff).rom().mirror(0x8000).region("maincpu", 0);
417417
map(0x760000, 0x760fff).ram().mirror(0xf000); // debug RAM
418418

419419
// 780000-79ffff processor board I/O
@@ -566,7 +566,7 @@ void tek440x_state::tek4404(machine_config &config)
566566
*************************************/
567567

568568
ROM_START( tek4404 )
569-
ROM_REGION16_BE( 0x8000, "bootrom", 0 )
569+
ROM_REGION16_BE( 0x8000, "maincpu", 0 )
570570
ROM_LOAD16_BYTE( "tek_u158.bin", 0x000000, 0x004000, CRC(9939e660) SHA1(66b4309e93e4ff20c1295dc2ec2a8d6389b2578c) )
571571
ROM_LOAD16_BYTE( "tek_u163.bin", 0x000001, 0x004000, CRC(a82dcbb1) SHA1(a7e4545e9ea57619faacc1556fa346b18f870084) )
572572

0 commit comments

Comments
 (0)