summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Frank Palazzolo <frank@avoidspikes.com>2020-05-06 11:28:42 -0400
committer GitHub <noreply@github.com>2020-05-06 11:28:42 -0400
commit8ff84bc0c9c402a459a48935433fcfa96cc50b48 (patch)
tree6643e3991ef72355b6d626042b23479b3ea547d7 /src/devices/bus
parentc7251935a77aec8a1e02d5d48c66431c39ca2bf8 (diff)
Fix for UI Paste with the Default Serial Terminal (#6648)
* This fixes the ability for one to use UI Paste with the Default Serial Terminal. Without this fix, 8 characters @^&()\:" cannot be pasted from the UI.
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/amiga/keyboard/matrix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/bus/amiga/keyboard/matrix.cpp b/src/devices/bus/amiga/keyboard/matrix.cpp
index 6ff33666fcb..fa588052cd7 100644
--- a/src/devices/bus/amiga/keyboard/matrix.cpp
+++ b/src/devices/bus/amiga/keyboard/matrix.cpp
@@ -661,7 +661,6 @@ INPUT_PORTS_START(matrix_dk)
INPUT_PORTS_END
INPUT_PORTS_START(matrix_ch)
- // FIXME: natural keyboard doesn't play nicely with PORT_CONDITION, but it's an issue with natural keyboard itself
PORT_INCLUDE(matrix_common)
PORT_START("CFG")