more docs

This commit is contained in:
Christopher Mosher 2019-04-12 16:34:04 -04:00
parent 6f26891261
commit 211d4b969d
4 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,3 @@
---
title: Configuration
---
The Epple \]\[ Emulator is most useful when properly configured.
After downloading and installing the Epple \]\[ Program, some System ROM (demo or real), and
optionally the peripheral card ROMs you want to use, you will need to configure the program.

View File

@ -1,3 +1,4 @@
home
[screenshots](screenshots.md)
[configuration](configuration.md)
[reference](usermanual.md)

View File

@ -1,6 +1,10 @@
[home](index.md)
screenshots
[configuration](configuration.md)
[reference](usermanual.md)
---
title: Screenshots
---
### DOS 3.3 System Master boot
image::dos330boot.png[]

View File

@ -1,6 +1,3 @@
conf---
title: User Manual
---
### Overview
Epple \]\[ (the Emulated Apple \]\[ is a free (as in GPLv3), cross-platform
@ -115,7 +112,7 @@ strap c 4K 0000
The `import` command imports a binary image file into the emulated Apple's ROMs.
``` conf conf
``` conf
import slot <slot> { rom | rom7 | rombank } <base> <file-path>
import motherboard rom <base> <file-path>
```