Make the PC8080 prototype page more responsive

This commit is contained in:
Jeff Parsons 2016-04-20 16:43:01 -07:00
commit 87d01130bd
5 changed files with 16 additions and 22 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.21.7/machine.xsl"?>
<machine id="invaders" class="pc8080" border="1" width="980px" pos="center" background="#FAEBD7">
<machine id="invaders" class="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">Space Invaders</name>
<computer id="computer"/>
<cpu id="cpu8080" model="8080" cycles="2000000"/>
@ -9,9 +9,9 @@
<rom id="romF" addr="0x1000" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-F.json"/>
<rom id="romE" addr="0x1800" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-E.json"/>
<ram id="ram" addr="0x2000" size="0x2000"/>
<video id="video" screenwidth="256" screenheight="224" scale="true" aspect="1.33" rotate="90" addr="0x2000" pos="left" padding="8px">
<video id="video" screenWidth="224" screenHeight="256" aspect="1.33" rotate="90" addr="0x2400" width="40%" pos="left" padding="8px">
<menu>
<title>256x224 Screen</title>
<title>224x256 Screen</title>
</menu>
</video>
<panel ref="/devices/pc8080/panel/default.xml"/>