Add konamisystem573.md to mkdocs.yml

This commit is contained in:
spicyjpeg 2022-08-29 17:58:15 +02:00
parent 2c2e272a1b
commit 6fa36d3502
No known key found for this signature in database
GPG Key ID: 5CC87404C01DF393
2 changed files with 5 additions and 4 deletions

View File

@ -17,8 +17,8 @@ and other early Bemani (Konami's rhythm game division) games.
- [Pinouts](#pinouts) - [Pinouts](#pinouts)
- [Credits, sources and links](#credits-sources-and-links) - [Credits, sources and links](#credits-sources-and-links)
This document is currently work-in-progress. Here is a list of things that are This document is currently work-in-progress. Here is an incomplete list of
still missing: things that are still missing:
- The BIOS and games are notoriously picky about ATAPI drives. Konami's code - The BIOS and games are notoriously picky about ATAPI drives. Konami's code
shall be disassembled and tested in order to find out where and why drive shall be disassembled and tested in order to find out where and why drive
@ -34,8 +34,8 @@ still missing:
possible. possible.
- The 700B01 BIOS contains references to the ability to boot from a FAT - The 700B01 BIOS contains references to the ability to boot from a FAT
filesystem on a CF card inserted into a PCMCIA slot, which would actually be filesystem on a CF card inserted into a PCMCIA slot, which would actually be
impossible due to the way the slots are wired up. That definitely needs more impossible due to the way the slots are wired up. The H8/3644 check is also
research. completely different from the one performed by the 700A01 shell.
## Differences vs. PS1 ## Differences vs. PS1

View File

@ -54,6 +54,7 @@ nav:
- 'cpuspecifications.md' - 'cpuspecifications.md'
- 'kernelbios.md' - 'kernelbios.md'
- 'arcadecabinets.md' - 'arcadecabinets.md'
- 'konamisystem573.md'
- 'cheatdevices.md' - 'cheatdevices.md'
- 'psxdevboardchipsets.md' - 'psxdevboardchipsets.md'
- 'hardwarenumbers.md' - 'hardwarenumbers.md'