-
Notifications
You must be signed in to change notification settings - Fork 29
/
Instructions.txt
54 lines (40 loc) · 1.53 KB
/
Instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Controls
(In addition to the UI buttons)
P1 Controls: Arrow Keys / Space: Fire
P2 Controls: F,T,G,H / A: Fire
Alt + K: Swap P1<>P2 Controls
Alt + L: Connect/Disconnect Paddles
Alt + J: Toggle Joystick modes
Alt + ENTER: Toggle FullScreen
Alt + R: Toggle CRT modes
Alt + T: Toggle CRT Filter
Alt + D: Toggle Debug modes
Alt + C: Toggle Collisions
Alt + V: Toggle NTSC/PAL
Alt + P: Toggle Pause
Alt + F: Next Frame (during Pause)
Alt + B: Cycle through ROM formats
Alt + G: Show info
F5: Load Cartridge from file
F6: Load Cartridge from URL
F7: Remove Cartridge
ALT + F5/F6: Load Cartridge without auto power on/off
Also Drag&Drop and Copy&Paste of ROM files and URLs
ALT + F1: Fry Console (quickly power off/on)
Ctr + 1-0: Save State
Alt + 1-0: Load State
F8: Save State Cartridge to file
Shft + Arrows: Screen Size
Backspace: Default Screen Size
Alt + HOME: DPC audio clock up
Alt + END: DPC audio clock down
TAB: Fast Speed
To run the emulator in Standalone (single player) mode,
simply double-click the executable javatari.jar file, or:
$ java -jar javatari.jar
Multiplayer Server and Client modes can be controlled in the emulator UI.
Also, you can start the emulator directly in Multiplayer modes with:
$ java -cp javatari.jar main.MultiplayerServer
or
$ java -cp javatari.jar main.MultiplayerClient serverAddress
Visit http://javatari.org