summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/geniusiq.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-12-17 07:22:20 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-12-17 07:22:20 +0000
commit436d2f757f0c32573ea41013e8b10ca07ed6fc08 (patch)
tree77fc28a1edb618f19ae38071ed1b7c3316d41f5e /src/mess/drivers/geniusiq.c
parent449da4bc62a76ac132892d0f9e7e506fdf5eb586 (diff)
Cleanups and version bumpmame0147u4
Diffstat (limited to 'src/mess/drivers/geniusiq.c')
-rw-r--r--src/mess/drivers/geniusiq.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mess/drivers/geniusiq.c b/src/mess/drivers/geniusiq.c
index a39dcd12e2d..b2aba5311d6 100644
--- a/src/mess/drivers/geniusiq.c
+++ b/src/mess/drivers/geniusiq.c
@@ -405,13 +405,13 @@ WRITE16_MEMBER(geniusiq_state::gfx_idx_w)
READ16_MEMBER( geniusiq_state::input_r )
{
/*
- this is guesswork and may not be correct
+ this is guesswork and may not be correct
- xxxx xxx- ---- ---- unknown
- ---- ---x ---- ---- used for indicate if the data read is valid (if not set the other bits are discarded)
- ---- ---- x--- ---- if set indicates a KeyUp otherwise a KeyDown
- ---- ---- -xxx xxxx this is the scan code
- */
+ xxxx xxx- ---- ---- unknown
+ ---- ---x ---- ---- used for indicate if the data read is valid (if not set the other bits are discarded)
+ ---- ---- x--- ---- if set indicates a KeyUp otherwise a KeyDown
+ ---- ---- -xxx xxxx this is the scan code
+ */
UINT16 data = 0;