unkeinv: make internal artwork better match patent description

This commit is contained in:
hap 2022-02-01 12:49:41 +01:00
parent 3e915bfd44
commit 3624935bed
2 changed files with 55 additions and 70 deletions

View File

@ -2,7 +2,7 @@
// copyright-holders:Quench
/***************************************************************************
ToaPlan game hardware from 1987
Toaplan game hardware from 1987
--------------------------------
Driver by: Quench
@ -25,6 +25,7 @@ Notes:
(code at 0x6d25 in 'wardner', 0x6d2f in 'wardnerj' or 0x6d2c in 'pyros').
**************************** Memory & I/O Maps *****************************
Z80:(0) Main CPU
0000-6fff Main ROM
7000-7fff Main RAM
@ -122,7 +123,6 @@ out:
01 data to write to addressed Z80:(0) address space (Main RAM/Sprite RAM)
03 bit 15 goes to BIO line of TMS320C10. BIO is a polled input line.
***************************************************************************/
@ -242,8 +242,6 @@ void wardner_state::dsp_program_map(address_map &map)
map(0x000, 0x5ff).rom();
}
// $000 - 08F TMS32010 Internal Data RAM in Data Address Space
void wardner_state::dsp_io_map(address_map &map)
{
map(0x00, 0x00).w(FUNC(wardner_state::wardner_dsp_addrsel_w));
@ -398,7 +396,6 @@ void wardner_state::wardner(machine_config &config)
TMS32010(config, m_dsp, XTAL(14'000'000)); // 14MHz Crystal CLKin
m_dsp->set_addrmap(AS_PROGRAM, &wardner_state::dsp_program_map);
// Data Map is internal to the CPU
m_dsp->set_addrmap(AS_IO, &wardner_state::dsp_io_map);
m_dsp->bio().set(FUNC(wardner_state::twincobr_bio_r));

View File

@ -6,93 +6,81 @@ license:CC0
<!-- define elements -->
<element name="ledy" defstate="0">
<disk state="0"><color red="0.07" green="0.06" blue="0.02" /></disk>
<disk state="1"><color red="1.0" green="0.95" blue="0.2" /></disk>
<element name="led" defstate="0">
<disk state="0"><color red="0.1" green="0.01" blue="0.015" /></disk>
<disk state="1"><color red="1.0" green="0.1" blue="0.15" /></disk>
</element>
<element name="ledg" defstate="0">
<disk state="0"><color red="0.023" green="0.1" blue="0.02" /></disk>
<disk state="1"><color red="0.23" green="1.0" blue="0.2" /></disk>
</element>
<element name="ledr" defstate="0">
<disk state="0"><color red="0.1" green="0.02" blue="0.023" /></disk>
<disk state="1"><color red="1.0" green="0.2" blue="0.23" /></disk>
</element>
<!-- build screen -->
<view name="Internal Layout">
<bounds left="-0.5" right="18" top="-0.5" bottom="26.5" />
<bounds left="-0.5" right="18" top="-0.5" bottom="17.5" />
<!-- wand -->
<!-- invaders -->
<element name="0.0" ref="led"><bounds x="0" y="0" width="1" height="1" /></element>
<element name="1.0" ref="led"><bounds x="0" y="2" width="1" height="1" /></element>
<element name="2.0" ref="led"><bounds x="0" y="4" width="1" height="1" /></element>
<element name="3.0" ref="led"><bounds x="0" y="6" width="1" height="1" /></element>
<element name="4.0" ref="led"><bounds x="0" y="8" width="1" height="1" /></element>
<element name="0.1" ref="led"><bounds x="3" y="0" width="1" height="1" /></element>
<element name="1.1" ref="led"><bounds x="3" y="2" width="1" height="1" /></element>
<element name="2.1" ref="led"><bounds x="3" y="4" width="1" height="1" /></element>
<element name="3.1" ref="led"><bounds x="3" y="6" width="1" height="1" /></element>
<element name="4.1" ref="led"><bounds x="3" y="8" width="1" height="1" /></element>
<element name="0.2" ref="led"><bounds x="6" y="0" width="1" height="1" /></element>
<element name="1.2" ref="led"><bounds x="6" y="2" width="1" height="1" /></element>
<element name="2.2" ref="led"><bounds x="6" y="4" width="1" height="1" /></element>
<element name="3.2" ref="led"><bounds x="6" y="6" width="1" height="1" /></element>
<element name="4.2" ref="led"><bounds x="6" y="8" width="1" height="1" /></element>
<element name="0.3" ref="led"><bounds x="9" y="0" width="1" height="1" /></element>
<element name="1.3" ref="led"><bounds x="9" y="2" width="1" height="1" /></element>
<element name="2.3" ref="led"><bounds x="9" y="4" width="1" height="1" /></element>
<element name="3.3" ref="led"><bounds x="9" y="6" width="1" height="1" /></element>
<element name="4.3" ref="led"><bounds x="9" y="8" width="1" height="1" /></element>
<element name="0.4" ref="led"><bounds x="12" y="0" width="1" height="1" /></element>
<element name="1.4" ref="led"><bounds x="12" y="2" width="1" height="1" /></element>
<element name="2.4" ref="led"><bounds x="12" y="4" width="1" height="1" /></element>
<element name="3.4" ref="led"><bounds x="12" y="6" width="1" height="1" /></element>
<element name="4.4" ref="led"><bounds x="12" y="8" width="1" height="1" /></element>
<element name="0.5" ref="led"><bounds x="15" y="0" width="1" height="1" /></element>
<element name="1.5" ref="led"><bounds x="15" y="2" width="1" height="1" /></element>
<element name="2.5" ref="led"><bounds x="15" y="4" width="1" height="1" /></element>
<element name="3.5" ref="led"><bounds x="15" y="6" width="1" height="1" /></element>
<element name="4.5" ref="led"><bounds x="15" y="8" width="1" height="1" /></element>
<!-- barriers -->
<element name="5.0" ref="led"><bounds x="1.5" y="12" width="1" height="1" /></element>
<element name="5.1" ref="led"><bounds x="4.5" y="12" width="1" height="1" /></element>
<element name="5.2" ref="led"><bounds x="7.5" y="12" width="1" height="1" /></element>
<element name="5.3" ref="led"><bounds x="10.5" y="12" width="1" height="1" /></element>
<element name="5.4" ref="led"><bounds x="13.5" y="12" width="1" height="1" /></element>
<element name="5.5" ref="led"><bounds x="16.5" y="12" width="1" height="1" /></element>
<!-- wand -->
<repeat count="4">
<param name="y" start="1" increment="3" />
<param name="y" start="0" increment="2" />
<param name="n" start="0" increment="1" />
<element ref="ledr" name="~n~.7">
<element ref="led" blend="add" name="~n~.7">
<animate inputtag="IN.1" mask="0x0f" />
<bounds state="0" x="0" y="~y~" width="1" height="1" />
<bounds state="11" x="16.5" y="~y~" width="1" height="1" />
</element>
</repeat>
<repeat count="5">
<param name="y" start="13" increment="3" />
<param name="y" start="8" increment="2" />
<param name="n" start="0" increment="1" />
<element ref="ledr" name="~n~.6">
<element ref="led" blend="add" name="~n~.6">
<animate inputtag="IN.1" mask="0x0f" />
<bounds state="0" x="0" y="~y~" width="1" height="1" />
<bounds state="11" x="16.5" y="~y~" width="1" height="1" />
</element>
</repeat>
<!-- invaders -->
<element name="0.0" ref="ledy"><bounds x="0" y="0" width="1" height="1" /></element>
<element name="1.0" ref="ledy"><bounds x="0" y="3" width="1" height="1" /></element>
<element name="2.0" ref="ledy"><bounds x="0" y="6" width="1" height="1" /></element>
<element name="3.0" ref="ledy"><bounds x="0" y="9" width="1" height="1" /></element>
<element name="4.0" ref="ledy"><bounds x="0" y="12" width="1" height="1" /></element>
<element name="0.1" ref="ledy"><bounds x="3" y="0" width="1" height="1" /></element>
<element name="1.1" ref="ledy"><bounds x="3" y="3" width="1" height="1" /></element>
<element name="2.1" ref="ledy"><bounds x="3" y="6" width="1" height="1" /></element>
<element name="3.1" ref="ledy"><bounds x="3" y="9" width="1" height="1" /></element>
<element name="4.1" ref="ledy"><bounds x="3" y="12" width="1" height="1" /></element>
<element name="0.2" ref="ledy"><bounds x="6" y="0" width="1" height="1" /></element>
<element name="1.2" ref="ledy"><bounds x="6" y="3" width="1" height="1" /></element>
<element name="2.2" ref="ledy"><bounds x="6" y="6" width="1" height="1" /></element>
<element name="3.2" ref="ledy"><bounds x="6" y="9" width="1" height="1" /></element>
<element name="4.2" ref="ledy"><bounds x="6" y="12" width="1" height="1" /></element>
<element name="0.3" ref="ledy"><bounds x="9" y="0" width="1" height="1" /></element>
<element name="1.3" ref="ledy"><bounds x="9" y="3" width="1" height="1" /></element>
<element name="2.3" ref="ledy"><bounds x="9" y="6" width="1" height="1" /></element>
<element name="3.3" ref="ledy"><bounds x="9" y="9" width="1" height="1" /></element>
<element name="4.3" ref="ledy"><bounds x="9" y="12" width="1" height="1" /></element>
<element name="0.4" ref="ledy"><bounds x="12" y="0" width="1" height="1" /></element>
<element name="1.4" ref="ledy"><bounds x="12" y="3" width="1" height="1" /></element>
<element name="2.4" ref="ledy"><bounds x="12" y="6" width="1" height="1" /></element>
<element name="3.4" ref="ledy"><bounds x="12" y="9" width="1" height="1" /></element>
<element name="4.4" ref="ledy"><bounds x="12" y="12" width="1" height="1" /></element>
<element name="0.5" ref="ledy"><bounds x="15" y="0" width="1" height="1" /></element>
<element name="1.5" ref="ledy"><bounds x="15" y="3" width="1" height="1" /></element>
<element name="2.5" ref="ledy"><bounds x="15" y="6" width="1" height="1" /></element>
<element name="3.5" ref="ledy"><bounds x="15" y="9" width="1" height="1" /></element>
<element name="4.5" ref="ledy"><bounds x="15" y="12" width="1" height="1" /></element>
<!-- barriers -->
<element name="5.0" ref="ledg"><bounds x="1.5" y="18" width="1" height="1" /></element>
<element name="5.1" ref="ledg"><bounds x="4.5" y="18" width="1" height="1" /></element>
<element name="5.2" ref="ledg"><bounds x="7.5" y="18" width="1" height="1" /></element>
<element name="5.3" ref="ledg"><bounds x="10.5" y="18" width="1" height="1" /></element>
<element name="5.4" ref="ledg"><bounds x="13.5" y="18" width="1" height="1" /></element>
<element name="5.5" ref="ledg"><bounds x="16.5" y="18" width="1" height="1" /></element>
</view>
</mamelayout>