Skip to content

Commit

Permalink
Merge pull request #39 from jblang/main
Browse files Browse the repository at this point in the history
Add navigation to VDP subsections to side navigation bar
  • Loading branch information
stevesims authored Jun 25, 2024
2 parents 025b43b + a0e29d2 commit f35d89d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/MOS-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Parameters:
- `A`: Stream delimiter (if `BC`=0)

Returns:

- `A`: Last character displayed (length mode) OR Delimeter (delimeter mode)
- `BC`: 0
- `HL(U)`: Address of last character displayed + 1 (length mode) OR location of delimeter (delimeter mode)
Expand Down
22 changes: 17 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,23 @@ nav:
- 'Start here': index.md
- 'FAQ': FAQ.md
- 'Theory of operation': Theory-of-operation.md
- 'Reference':
- 'MOS': MOS.md
- 'VDP': VDP.md
- 'BBC Basic': BBC-BASIC-for-Agon.md
- 'GPIO': GPIO.md
- 'MOS':
- 'Command line': MOS.md
- 'API': MOS-API.md
- 'VDP':
- 'Overview': VDP.md
- 'Main Commands': vdp/VDU-Commands.md
- 'Screen Modes': vdp/Screen-Modes.md
- 'PLOT Commands': vdp/PLOT-Commands.md
- 'System Commands': vdp/System-Commands.md
- 'Audio API': vdp/Enhanced-Audio-API.md
- 'Bitmaps and Sprites API': vdp/Bitmaps-API.md
- 'Buffered Commands API': vdp/Buffered-Commands-API.md
- 'Context Management API': vdp/Context-Management-API.md
- 'Font Management API': vdp/Font-API.md

- 'BBC Basic': BBC-BASIC-for-Agon.md
- 'GPIO': GPIO.md
- 'Guides':
- 'Updating Firmware': Updating-Firmware-from103.md
- 'Updating Firmware (prio v1.03)': Updating-Firmware.md
Expand Down

0 comments on commit f35d89d

Please sign in to comment.