summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kingdrby.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-02-26 09:19:15 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-02-26 09:19:15 +0000
commit8f6f01f26398e0fb4c954430bb9cb0cbec980c11 (patch)
tree53dcd6cb4eadd445a1bb5478dc29a420b9c5f086 /src/mame/drivers/kingdrby.c
parent26dd96003f732e3dbd4629d2469c9bfd2e5e9b5d (diff)
Cleanups and version bump.mame0129u5
Diffstat (limited to 'src/mame/drivers/kingdrby.c')
-rw-r--r--src/mame/drivers/kingdrby.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/kingdrby.c b/src/mame/drivers/kingdrby.c
index 447af0d6d39..33241a572a5 100644
--- a/src/mame/drivers/kingdrby.c
+++ b/src/mame/drivers/kingdrby.c
@@ -235,7 +235,7 @@ static WRITE8_DEVICE_HANDLER( hopper_io_w )
{
p1_hopper = (data & 0x8)<<3;
p2_hopper = (data & 0x4)<<5;
-// printf("%02x\n",data);
+// printf("%02x\n",data);
}
static WRITE8_DEVICE_HANDLER( sound_cmd_w )
@@ -251,7 +251,7 @@ static UINT8 mux_data;
/* No idea about what's this (if it's really a mux etc.)*/
static WRITE8_DEVICE_HANDLER( outport2_w )
{
-// popmessage("PPI1 port C(upper) out: %02X", data);
+// popmessage("PPI1 port C(upper) out: %02X", data);
mux_data = data & 0x80;
}
@@ -323,12 +323,12 @@ static READ8_DEVICE_HANDLER( sound_cmd_r )
static WRITE8_HANDLER( led_array_w )
{
/*
- offset = directly tied with the button (i.e. offset 1 = 1-2, offset 2 = 1-3 etc.)
- data = xxxx ---- p2 array
- ---- xxxx p1 array
- they goes from 0 to 5, to indicate the number.
- If one player bets something, the other led will toggle between p1 and p2 bets.
- */
+ offset = directly tied with the button (i.e. offset 1 = 1-2, offset 2 = 1-3 etc.)
+ data = xxxx ---- p2 array
+ ---- xxxx p1 array
+ they goes from 0 to 5, to indicate the number.
+ If one player bets something, the other led will toggle between p1 and p2 bets.
+ */
}
/*************************************