Previous 199869 Revisions Next

r18162 Wednesday 26th September, 2012 at 17:03:56 UTC by hap
typo = good excuse to test the svn server :P
[src/mame/machine]seicop.c

trunk/src/mame/machine/seicop.c
r18161r18162
23682368         /* search the uploaded 'trigger' table for a matching trigger*/
23692369         /* note, I don't know what the 'mask' or 'value' tables are... probably important, might determine what actually gets executed! */
23702370         /* note: Zero Team triggers macro 0x904 instead of 0x905, Seibu Cup Soccer triggers 0xe30e instead of 0xe38e. I highly doubt that AT LEAST
2371               it isn't supposed to do anything, especially in the former case (it definitely NEED that sprites have an ark movement when they are knocked down). */
2371               it isn't supposed to do anything, especially in the former case (it definitely NEEDS that sprites have an arc movement when they are knocked down). */
23722372         for (i=0;i<32;i++)
23732373         {
23742374            if ((cop_mcu_ram[offset] & 0xff00) == (copd2_table_4[i] & 0xff00))
r18161r18162
24332433            return;
24342434         }
24352435
2436         /* "automatic" movement, for arks in Legionnaire / Zero Team (expression adjustment) */
2436         /* "automatic" movement, for arcs in Legionnaire / Zero Team (expression adjustment) */
24372437         if(COP_CMD(0x194,0x288,0x088,0x000,0x000,0x000,0x000,0x000,6,0xfbfb))
24382438         {
24392439            UINT8 offs;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team