summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd/hlekbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sunkbd/hlekbd.cpp')
-rw-r--r--src/devices/bus/sunkbd/hlekbd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/sunkbd/hlekbd.cpp b/src/devices/bus/sunkbd/hlekbd.cpp
index 2cb5547947e..4ec8dc74080 100644
--- a/src/devices/bus/sunkbd/hlekbd.cpp
+++ b/src/devices/bus/sunkbd/hlekbd.cpp
@@ -989,6 +989,7 @@ void hle_device_base::received_byte(uint8_t byte)
switch (byte)
{
case COMMAND_RESET:
+ printf("Resetting keyboard\n");
device_reset();
break;