Systems promoted to working

---------------------------
Computer Othello [hap]
This commit is contained in:
hap 2023-02-01 23:59:33 +01:00
parent dbaf7b376d
commit e2691b5e13
2 changed files with 26 additions and 5 deletions

View File

@ -4,9 +4,30 @@ license:CC0-1.0
-->
<mamelayout version="2">
<view name="Color Overlay">
<screen index="0">
<bounds left="0" top="0" right="4" bottom="3" />
</screen>
<!-- define elements -->
<element name="white"><rect><color red="0.7" green="0.7" blue="0.7" /></rect></element>
<element name="digit" defstate="0x3f">
<led7seg><color red="1.0" green="0.1" blue="0.15" /></led7seg>
</element>
<group name="time">
<element name="digit2" ref="digit"><bounds x="0" y="0" width="0.66" height="1" /></element>
<element name="digit1" ref="digit"><bounds x="1" y="0" width="0.66" height="1" /></element>
<element name="digit0" ref="digit"><bounds x="2" y="0" width="0.66" height="1" /></element>
</group>
<!-- build screen -->
<view name="Internal Layout">
<bounds x="-125" y="0" width="461" height="240" />
<element ref="white"><bounds x="-13" y="0" width="5" height="240" /></element>
<group ref="time"><bounds x="-109" y="114" width="80" height="28" /></group>
<screen index="0"><bounds left="0" top="0" right="320" bottom="240" /></screen>
</view>
</mamelayout>

View File

@ -307,4 +307,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT MACHINE INPUT CLASS INIT SCREEN COMPANY, FULLNAME, FLAGS
GAMEL(1978, cothello, 0, cothello, cothello, cothello_state, empty_init, ROT0, "Nintendo", "Computer Othello", MACHINE_SUPPORTS_SAVE | MACHINE_NOT_WORKING | MACHINE_IMPERFECT_SOUND, layout_cothello )
GAMEL(1978, cothello, 0, cothello, cothello, cothello_state, empty_init, ROT0, "Nintendo", "Computer Othello", MACHINE_SUPPORTS_SAVE | MACHINE_IMPERFECT_SOUND, layout_cothello )