Skip to content

Commit 8a53bd5

Browse files
author
Adam
committed
- rename prom
1 parent acf82a7 commit 8a53bd5

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
@@ -91,7 +91,7 @@ class tek440x_state : public driver_device
9191
m_novram(*this, "novram"),
9292
m_vint(*this, "vint"),
9393
m_fpu(*this, "fpu"),
94-
m_prom(*this, "maincpu"),
94+
m_prom(*this, "bootrom"),
9595
m_mainram(*this, "mainram"),
9696
m_vram(*this, "vram"),
9797
m_map(*this, "map", 0x1000, ENDIANNESS_BIG),
@@ -651,7 +651,7 @@ void tek440x_state::tek4404(machine_config &config)
651651
*************************************/
652652

653653
ROM_START( tek4404 )
654-
ROM_REGION16_BE( 0x8000, "maincpu", 0 )
654+
ROM_REGION16_BE( 0x8000, "bootrom", 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)