mirror of
https://github.com/st3fan/ewm.git
synced 2025-01-13 15:31:31 +00:00
Add small doc improvements for first time users (#182)
This commit is contained in:
parent
71bbe91ac3
commit
f797e02836
14
README.md
14
README.md
@ -52,3 +52,17 @@ Here are some of the things I want to accomplish for each emulated machine:
|
||||
* Audio Support
|
||||
* Display Emulation - High resolution graphics - Mostly works.
|
||||
|
||||
## Building the emulator
|
||||
|
||||
```
|
||||
cd src
|
||||
make
|
||||
```
|
||||
|
||||
## Running the emulator
|
||||
|
||||
From the command line:
|
||||
|
||||
```
|
||||
./src/ewm two --color --drive1 disks/DOS33-SamplePrograms.dsk
|
||||
```
|
@ -38,6 +38,7 @@ static void usage() {
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "If no command is specified, the 'bootloader' will be run, which\n");
|
||||
fprintf(stderr, "allows the user to interactively select what emulator to start.\n");
|
||||
fprintf(stderr, "\nSuggestion: to get started, try 'ewm two --color --drive1 <disk file>'\n");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user