From 3abe75e0b8b93d2918c3dd55ef86c8ec366a592b Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 17 May 2026 12:55:30 -0400 Subject: ncd/ncd68k.cpp: Fix typo in comment --- src/mame/ncd/ncd68k.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/ncd/ncd68k.cpp b/src/mame/ncd/ncd68k.cpp index c593cbdc891..8ebf29ab1a3 100644 --- a/src/mame/ncd/ncd68k.cpp +++ b/src/mame/ncd/ncd68k.cpp @@ -541,7 +541,7 @@ void ncd17c_state::configure(machine_config &config) // keyboard controller M6805P2(config, m_mcu, 3'750'000); - // ethernet/ + // ethernet AM7990(config, m_lance, 20_MHz_XTAL / 2); m_lance->intr_out().set_inputline(m_maincpu, M68K_IRQ_3).invert(); m_lance->dma_in().set(FUNC(ncd17c_state::lance_dma_r)); -- cgit v1.2.3