summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ariedlmayer@gmail.com>2026-05-17 12:55:30 -0400
committer AJR <ariedlmayer@gmail.com>2026-05-17 12:55:34 -0400
commit3abe75e0b8b93d2918c3dd55ef86c8ec366a592b (patch)
treea74d5cb5c0954c5ccf73f7cf6a03f736cea865c1
parentd4dacfe8610b6d1065c2a4e280d3f0c8e7777663 (diff)
ncd/ncd68k.cpp: Fix typo in comment
-rw-r--r--src/mame/ncd/ncd68k.cpp2
1 files changed, 1 insertions, 1 deletions
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));