summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exprraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exprraid.c')
-rw-r--r--src/mame/drivers/exprraid.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/exprraid.c b/src/mame/drivers/exprraid.c
index 69927a7d4dc..d2c634f8e6a 100644
--- a/src/mame/drivers/exprraid.c
+++ b/src/mame/drivers/exprraid.c
@@ -224,10 +224,10 @@ READ8_MEMBER(exprraid_state::exprraid_prot_data_r)
READ8_MEMBER(exprraid_state::exprraid_prot_status_r)
{
/*
- 76543210
- .......x ?
- ......x. Device data available
- .....x.. CPU data available (cleared by device)
+ 76543210
+ .......x ?
+ ......x. Device data available
+ .....x.. CPU data available (cleared by device)
*/
return 0x02;