> For the complete documentation index, see [llms.txt](https://wiki.retrobat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/home-computer/nec/nec-pc-8800.md).

# NEC PC-8800

<div align="left"><figure><picture><source srcset="https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/91d85c7849cc550b0cac4e75cb8e0923d3b61b5e/art/logos/pc88-w.svg" media="(prefers-color-scheme: dark)"><img src="https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/52ff37c9e265587d006945a2ba695b5a962b3a3d/art/logos/pc88.svg" alt=""></picture><figcaption></figcaption></figure></div>

Computer - Release date: 1981

{% embed url="<https://en.wikipedia.org/wiki/PC-8800_series>" %}

## Information

<table data-header-hidden><thead><tr><th width="184"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Emulators</strong></td><td><ul><li>libretro: quasi88</li></ul></td><td></td></tr><tr><td><strong>Games Location</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4c1">📁</span> roms \ <span data-gb-custom-inline data-tag="emoji" data-code="1f4c2">📂</span> pc88</td><td></td></tr><tr><td><strong>File extensions</strong></td><td>.d88 .u88 .m3u</td><td></td></tr></tbody></table>

## System Features

<table><thead><tr><th width="245">Retroachievements</th><th width="200">Netplay</th><th>Controller autoconfig</th></tr></thead><tbody><tr><td>YES</td><td>YES</td><td>YES</td></tr></tbody></table>

## BIOS

<table><thead><tr><th width="193">Bios file</th><th width="182.03610108303252">Folder</th><th>md5</th></tr></thead><tbody><tr><td>N88.ROM</td><td><code>\bios\quasi88</code></td><td>4f984e04a99d56c4cfe36115415d6eb8</td></tr><tr><td>N88SUB.ROM</td><td><code>\bios\quasi88</code></td><td>793f86784e5608352a5d7f03f03e0858</td></tr><tr><td>N88N.ROM</td><td><code>\bios\quasi88</code></td><td>2ff07b8769367321128e03924af668a0</td></tr><tr><td>N88EXT0.ROM</td><td><code>\bios\quasi88</code></td><td>d675a2ca186c6efcd6277b835de4c7e5</td></tr><tr><td>N88EXT1.ROM</td><td><code>\bios\quasi88</code></td><td>e844534dfe5744b381444dbe61ef1b66</td></tr><tr><td>N88EXT2.ROM</td><td><code>\bios\quasi88</code></td><td>6548fa45061274dee1ea8ae1e9e93910</td></tr><tr><td>N88EXT3.ROM</td><td><code>\bios\quasi88</code></td><td>fc4b76a402ba501e6ba6de4b3e8b4273</td></tr></tbody></table>

## Controls

Use Pad2Key for this system if you need specific mapping, see the [Pad2Key ](/controllers/pad2key.md)section of this Wiki.

{% hint style="danger" %}
In construction.
{% endhint %}

## Specific system information

### Multi-disc games

Use an M3U playlist file

Create a text file with the extension ".m3u" and write the filename of each disk on a new line like in the example below.

`Ys II.m3u`

```
# Ys II (Falcom)
Ys II (Program disk).d88
Ys II (Disk A).d88
Ys II (Disk B).d88
Ys II (User disk).d88
```

If you've loaded multiple disks, you can hold one of the trigger buttons and use the D-Pad to change the disk that's loaded in each drive. Use L for Drive 1 and R for Drive 2. When the shoulder button is released, the chosen disk will be inserted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/home-computer/nec/nec-pc-8800.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
