Skip to content

Commit 2b96427

Browse files
author
Adam
committed
- stray stale comment
1 parent 27bbcc3 commit 2b96427

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
@@ -561,7 +561,7 @@ class tek440x_state : public driver_device
561561
m_lance(*this, "lance"),
562562
m_novram(*this, "novram"),
563563
m_printer(*this, "printer"),
564-
m_prom(*this, "bootrom"), // FIXME why is the bootrom called 'maincpu'?
564+
m_prom(*this, "bootrom"),
565565
m_mainram(*this, "mainram"),
566566
m_vram(*this, "vram"),
567567
m_map(*this, "map", 0x1000, ENDIANNESS_BIG), // 2k 16-bit entries

0 commit comments

Comments
 (0)