Lots of tweaks in advance of PDPjs support for loading tape files
This commit is contained in:
parent
5f3694133a
commit
ed24094683
136 changed files with 1355 additions and 498 deletions
|
|
@ -17,10 +17,10 @@
|
|||
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
|
||||
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
|
||||
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" padding="8px"/>
|
||||
<cpu id="cpu6502" autostart="false" pos="left" padleft="8px">
|
||||
<cpu id="cpu6502" autostart="false" pos="left" padLeft="8px">
|
||||
<control type="button" binding="run">Run</control>
|
||||
</cpu>
|
||||
<keyboard id="keyboard" pos="left" padleft="8px">
|
||||
<keyboard id="keyboard" pos="left" padLeft="8px">
|
||||
<control type="button" binding="ctrl-c">CTRL-C</control>
|
||||
<control type="button" binding="ctrl-o">CTRL-O</control>
|
||||
<control type="button" binding="break">BREAK</control>
|
||||
|
|
|
|||
Loading…
Reference in a new issue