(rbsimple-DE) Some small changes to the c64 and amiga systems.

This commit is contained in:
Leon Styhre 2020-11-19 17:14:56 +01:00
parent 08c0bc1a43
commit 97752cd3bc
3 changed files with 18 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Missing (or not updated) theme data
=================================== ===================================
* 3do: 3DO - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg * 3do: 3DO - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg
* ags: Adventure Game Studio - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg * ags: Adventure Game Studio - system info, customized colors, consolegame.svg, console.svg, controller.svg, game.svg
* amiga: Amiga (general) - system info * amiga: Amiga (general) - system info (improve it)
* amiga600: Amiga 600 - system info * amiga600: Amiga 600 - system info
* amiga1200: Amiga 1200 - system info * amiga1200: Amiga 1200 - system info
* amigacd32: Amiga CD32 - system info, customized colors, logo.svg, consolegame.svg, console.svg, controller.svg, game.svg * amigacd32: Amiga CD32 - system info, customized colors, logo.svg, consolegame.svg, console.svg, controller.svg, game.svg

View file

@ -3,7 +3,22 @@
<view name="system"> <view name="system">
<text name="info1" extra="true"> <text name="info1" extra="true">
<text>Commodore Amiga</text> <text>Manufacturer : Commodore</text>
</text>
<text name="info2" extra="true">
<text>Year of Release : 1985</text>
</text>
<text name="info3" extra="true">
<text>Units sold : 7.2 million</text>
</text>
<text name="info4" extra="true">
<text>OS : AmigaOS on Kickstart</text>
</text>
<text name="info5" extra="true">
<text>CPU : Motorola 680x0 @ ≈7 MHz & higher</text>
</text>
<text name="info6" extra="true">
<text>RAM : 256 kilobytes and higher, expandable</text>
</text> </text>
</view> </view>
</theme> </theme>

View file

@ -12,7 +12,7 @@
<text>OS : Commodore KERNAL / Commodore BASIC 2.0 GEOS</text> <text>OS : Commodore KERNAL / Commodore BASIC 2.0 GEOS</text>
</text> </text>
<text name="info4" extra="true"> <text name="info4" extra="true">
<text>CPU : MOS Technology 6510/8500 @ 1.023 MHz (NTSC version)</text> <text>CPU : MOS Technology 6510/8500 @ 0.985 MHz (PAL version)</text>
</text> </text>
<text name="info5" extra="true"> <text name="info5" extra="true">
<text>RAM : 64KB RAM</text> <text>RAM : 64KB RAM</text>