Skip to content

Commit

Permalink
to-do comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Dec 12, 2023
1 parent 9bccfbe commit 772972f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mame/technics/kn5000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ void kn5000_state::kn5000(machine_config &config)

// PORT D:
// bit 0 (output) = FDCRST
// bit 6 (input) = FD.I/O
m_maincpu->portd_write().set([this] (u8 data) { m_fdc->reset_w(BIT(data, 0)); });
// TODO: bit 6!


// PORT E:
// bit 0 (input) = +5v
Expand Down

0 comments on commit 772972f

Please sign in to comment.