Added VT100 keymap
This commit is contained in:
parent
62b8f504b3
commit
37593a107d
9 changed files with 564 additions and 449 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@
|
|||
</menu>
|
||||
</video>
|
||||
<chipset id="chipset" model="SI1978"/>
|
||||
<keyboard id="keyboard"/>
|
||||
<keyboard id="keyboard" model="SI1978"/>
|
||||
</machine>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -24,5 +24,5 @@
|
|||
</menu>
|
||||
</video>
|
||||
<chipset id="chipset" model="VT100"/>
|
||||
<keyboard id="keyboard"/>
|
||||
<keyboard id="keyboard" model="VT100"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue