Skip to content

Commit 588bd1f

Browse files
committed
added controls to readme
1 parent 05276c1 commit 588bd1f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33

44
This is a fork of RP2040 Doom targeting the Thumby. It switches the display between different contrast levels fast enough to generate
5-
pretty reasonable greyscale. Sound is currently unsupported. It doesn't overclock the device like the VGA version.
5+
pretty reasonable greyscale. Sound is currently unsupported. It doesn't overclock the device like the VGA version.
6+
7+
Different batches have slightly different displays. If you get a display that doesn't sync, or doesn't do the greyscale trick, try
8+
fiddling with the `FRAME_PERIOD` in `i_video.c`. The settings here work on the Thumby I have, but other devices I've encountered have
9+
needed a frame period of around 6400, and `PARK_LINES` of 2.
10+
11+
## Controls
12+
13+
D-pad moves, top button is fire. The bottom button is run, strafe and use, and in combination with d-pad down, switches weapon.
14+
You're not actually intending to play this, though?
15+
16+
17+
## Building
618

719
Most of the details are in the original readme below. Briefly:
820

@@ -33,6 +45,8 @@ Turn it off and on again.
3345
[![Doom on a Thumby](https://img.youtube.com/vi/k7ztqNAVVsY/sddefault.jpg)](https://youtu.be/k7ztqNAVVsY)
3446

3547

48+
## Development
49+
3650
You can build a version that simulates the 72x40 glory on your PC.
3751

3852
```bash

0 commit comments

Comments
 (0)