mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
(rbsimple-DE) Some small changes to the c64 and amiga systems.
This commit is contained in:
parent
08c0bc1a43
commit
97752cd3bc
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue