1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-04-28 20:58:56 +00:00

1. Commit initial register/FF definitions for B220Processor.

2. Commit minor enhancements to B220ControlConsole and organ switch image.
This commit is contained in:
Paul Kimpel
2017-01-29 09:10:21 -08:00
parent 44f685bb51
commit b7a68153ed
12 changed files with 507 additions and 383 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -24,28 +24,30 @@
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient3344">
id="linearGradient4299">
<stop
style="stop-color:#ffffff;stop-opacity:1"
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop3346" />
id="stop4301" />
<stop
id="stop4142"
offset="0.57142907"
id="stop4307"
offset="0.63636404"
style="stop-color:#ffffff;stop-opacity:1" />
<stop
style="stop-color:#eee4d0;stop-opacity:1"
style="stop-color:#eee4d0;stop-opacity:0.50196081"
offset="1"
id="stop3348" />
id="stop4303" />
</linearGradient>
<linearGradient
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient3344"
id="linearGradient4140"
x1="45"
y1="980.36218"
x2="45"
y2="1043.3622"
xlink:href="#linearGradient4299"
id="radialGradient4305"
cx="45"
cy="996.88269"
fx="45"
fy="996.88269"
r="36.5"
gradientTransform="matrix(1.2328767,-1.5759049e-7,1.7334949e-7,1.3561639,-10.479624,-353.57409)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
@@ -56,22 +58,25 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="46.701919"
inkscape:cy="27.79937"
inkscape:cx="46.27551"
inkscape:cy="57.578947"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="in"
width="1in"
inkscape:window-width="878"
inkscape:window-height="669"
inkscape:window-width="1188"
inkscape:window-height="862"
inkscape:window-x="31"
inkscape:window-y="29"
inkscape:window-maximized="0">
inkscape:window-maximized="0"
gridtolerance="1"
objecttolerance="1"
guidetolerance="1">
<inkscape:grid
type="xygrid"
id="grid3336"
snapvisiblegridlinesonly="true"
snapvisiblegridlinesonly="false"
units="in"
spacingx="4.5000001"
spacingy="4.5000002"
@@ -96,13 +101,13 @@
transform="translate(0,-962.36221)">
<path
style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:#d0d0d0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 8.9999962,980.36221 c 0,0 -1.3040294,9.19309 0,13.5 1.5672478,5.17626 0.073215,43.53419 4.3571418,49.21429 4.821431,6.3929 58.107148,7.1071 62.750002,0.3571 3.97875,-5.7845 4.892856,-54.07139 4.892856,-54.07139 l 0,-9"
d="m 8.9999962,980.36221 c 0,0 -0.6036375,-1.62786 -0.3571429,8.85714 0.2464947,10.48501 0.4303579,48.17705 4.7142847,53.85715 4.821431,6.3929 58.107148,7.1071 62.750002,0.3571 3.97875,-5.7845 4.892856,-54.07139 4.892856,-54.07139 l 0,-9"
id="path3342"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscc" />
sodipodi:nodetypes="czsscc" />
<path
style="fill:url(#linearGradient4140);fill-opacity:1;fill-rule:evenodd;stroke:#d0d0d0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 8.9999962,980.36221 c 0,0 -7e-7,57.60709 8.8214288,62.10709 8.82143,4.5001 44.821424,3.9644 54,0.1787 9.178576,-3.7858 9.178571,-62.28579 9.178571,-62.28579 z"
style="opacity:1;fill:url(#radialGradient4305);fill-opacity:1;fill-rule:evenodd;stroke:#d0d0d0;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 8.9999962,980.36221 c 0,0 5e-7,58.49999 8.8214288,62.10709 8.821428,3.6071 45.178575,5.3929 54,0.1787 8.821425,-5.2142 9.178571,-62.28579 9.178571,-62.28579 z"
id="path3338"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czzcc"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB