Added VT100 keymap

This commit is contained in:
Jeff Parsons 2016-08-07 09:30:56 -07:00
commit 37593a107d
9 changed files with 564 additions and 449 deletions

View file

@ -10,8 +10,7 @@ machines:
Space Invaders (1978)
---
This is a test of [PC8080](/modules/pc8080/), a new 8080-based machine emulator recently added to the
PCjs Project.
This is a test of [PC8080](/modules/pc8080/), a new 8080-based PCjs emulator running the original Space Invaders.
It is currently playable only in desktop browsers and uses the following hard-coded key mappings:

View file

@ -18,7 +18,7 @@
</menu>
</video>
<chipset id="chipset" model="SI1978"/>
<keyboard id="keyboard"/>
<keyboard id="keyboard" model="SI1978"/>
<panel ref="/devices/pc8080/panel/left.xml"/>
<debugger id="debugger" commands="s 8086"/>
</machine>

View file

@ -18,5 +18,5 @@
</menu>
</video>
<chipset id="chipset" model="SI1978"/>
<keyboard id="keyboard"/>
<keyboard id="keyboard" model="SI1978"/>
</machine>

View file

@ -24,7 +24,7 @@
</menu>
</video>
<chipset id="chipset" model="VT100"/>
<keyboard id="keyboard"/>
<keyboard id="keyboard" model="VT100"/>
<panel ref="/devices/pc8080/panel/wide.xml"/>
<debugger id="debugger" messages="mem" commands="s 8086"/>
</machine>

View file

@ -24,5 +24,5 @@
</menu>
</video>
<chipset id="chipset" model="VT100"/>
<keyboard id="keyboard"/>
<keyboard id="keyboard" model="VT100"/>
</machine>