Previous 199869 Revisions Next

r36477 Thursday 19th March, 2015 at 18:15:18 UTC by hap
note
[src/emu/cpu/hmcs40]hmcs40.c

trunk/src/emu/cpu/hmcs40/hmcs40.c
r244988r244989
581581      // handle opcode
582582      switch (m_op)
583583      {
584         // unknown: lay, ayy, syy, am, anem, alem, bnem, blem, nega
584         // unknown:
585         /*
586            lay  118
587            ayy  058
588            syy  258
589            am   034
590            anem 124/324/024/234
591            alem
592            bnem
593            blem
594            nega 244
595         */
585596         
586597         case 0x118:
587598            op_lay(); // probably lay
r244988r244989
592603
593604
594605         case 0x124:
595            op_illegal();
596            //op_alem(); // alem or anem
597            //op_ayy();
606            //op_illegal();
607            op_alem();
598608            break;
599609         case 0x324:
600            op_illegal();
601            //op_anem(); // "
610            //op_illegal();
611            op_anem();
602612            break;
603613
604614         case 0x024:
605            op_illegal();
606            //op_nega();
615            //op_illegal();
616            op_bnem();
607617            break;
618         case 0x234:
619            //op_illegal();
620            op_blem();
621            break;
608622
609623
610624
611         case 0x234:
612            op_illegal();
613            //op_nega();
614            break;
615625
616626
617627


Previous 199869 Revisions Next


© 1997-2024 The MAME Team