summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/apf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/apf.c')
-rw-r--r--src/mess/drivers/apf.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/mess/drivers/apf.c b/src/mess/drivers/apf.c
index eecaa789820..d5ebb0add3d 100644
--- a/src/mess/drivers/apf.c
+++ b/src/mess/drivers/apf.c
@@ -318,25 +318,25 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( apfm1000 )
/*
- This simple Basic program can be used to read the joysticks and the keyboard:
+ This simple Basic program can be used to read the joysticks and the keyboard:
- 10 PRINT KEY$(n);
- 20 GOTO 10
+ 10 PRINT KEY$(n);
+ 20 GOTO 10
- where n = 0, 1 or 2 - 0 = keyboard, 1,2 = joysticks #1 and #2
+ where n = 0, 1 or 2 - 0 = keyboard, 1,2 = joysticks #1 and #2
- When reading the keyboard KEY$(0) returns the character associated to the key, with the
- following exceptions:
+ When reading the keyboard KEY$(0) returns the character associated to the key, with the
+ following exceptions:
- Ctrl = CHR$(1)
- Rept = CHR$(2)
- Here Is = CHR$(4)
- Rubout = CHR$(8)
+ Ctrl = CHR$(1)
+ Rept = CHR$(2)
+ Here Is = CHR$(4)
+ Rubout = CHR$(8)
- When reading the joysticks, KEY$() = "N", "S", "E", "W" for the directions
- "0" - "9" for the keypad digits
- "?" for "Cl"
- "!" for "En"
+ When reading the joysticks, KEY$() = "N", "S", "E", "W" for the directions
+ "0" - "9" for the keypad digits
+ "?" for "Cl"
+ "!" for "En"
? player right is player 1