Skip to content

Commit a691bd6

Browse files
author
Adam
committed
- mistaken included renaming to bootrom
1 parent e4fbb0c commit a691bd6

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
@@ -84,7 +84,7 @@ class tek440x_state : public driver_device
8484
m_scsi(*this, "ncr5385"),
8585
m_novram(*this, "novram"),
8686
m_vint(*this, "vint"),
87-
m_prom(*this, "bootrom"),
87+
m_prom(*this, "maincpu"),
8888
m_mainram(*this, "mainram"),
8989
m_vram(*this, "vram"),
9090
m_map(*this, "map", 0x1000, ENDIANNESS_BIG),
@@ -553,7 +553,7 @@ void tek440x_state::tek4404(machine_config &config)
553553
*************************************/
554554

555555
ROM_START( tek4404 )
556-
ROM_REGION16_BE( 0x8000, "bootrom", 0 )
556+
ROM_REGION16_BE( 0x8000, "maincpu", 0 )
557557
ROM_LOAD16_BYTE( "tek_u158.bin", 0x000000, 0x004000, CRC(9939e660) SHA1(66b4309e93e4ff20c1295dc2ec2a8d6389b2578c) )
558558
ROM_LOAD16_BYTE( "tek_u163.bin", 0x000001, 0x004000, CRC(a82dcbb1) SHA1(a7e4545e9ea57619faacc1556fa346b18f870084) )
559559

0 commit comments

Comments
 (0)