summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/compiskb.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-11-05 06:59:51 +0000
commit44d5c1b8ab2ef3c06e831f901d0ab95262073bd7 (patch)
treebfdb73de82a28464c3b2c3098ad77a745b67759e /src/mess/machine/compiskb.c
parent50cdc0f4ae9f07d666341cf3f60c253a71e6f016 (diff)
Cleanups and version bumpmame0151
Diffstat (limited to 'src/mess/machine/compiskb.c')
-rw-r--r--src/mess/machine/compiskb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/machine/compiskb.c b/src/mess/machine/compiskb.c
index ba82291b725..19672df68d6 100644
--- a/src/mess/machine/compiskb.c
+++ b/src/mess/machine/compiskb.c
@@ -305,21 +305,21 @@ READ8_MEMBER( compis_keyboard_device::bus_r )
// bus_w -
//-------------------------------------------------
-WRITE8_MEMBER( compis_keyboard_device::bus_w )
+WRITE8_MEMBER( compis_keyboard_device::bus_w )
{
/*
-
+
bit description
-
+
0 keyboard row bit 0
1 keyboard row bit 1
2 keyboard row bit 2
3 keyboard row bit 3
- 4
+ 4
5 speaker
6 CAPS LED
7 data out
-
+
*/
m_bus = data;