~ubuntu-branches/ubuntu/precise/mame/precise-proposed

« back to all changes in this revision

Viewing changes to src/emu/cpu/z80/z80.c

  • Committer: Package Import Robot
  • Author(s): Cesare Falco
  • Date: 2011-11-30 18:50:10 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111130185010-02hcxybht1mn082w
Tags: 0.144-0ubuntu1
* New upstream release (LP: #913550)
* mame.install:
  - Added artwork/ images to be used with -effect switch
  - Be more selective with hash/ contents
* contrib/mame.ini: added /usr/share/games/mame/artwork/ to artpath

Show diffs side-by-side

added added

removed removed

Lines of Context:
2908
2908
OP(ed,ea) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
2909
2909
OP(ed,eb) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
2910
2910
OP(ed,ec) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
2911
 
OP(ed,ed) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
 
2911
OP(ed,ed) { illegal_2(z80);                                                                                                             } /* DB   ED          */
2912
2912
OP(ed,ee) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
2913
2913
OP(ed,ef) { illegal_2(z80);                                                                                                                     } /* DB   ED          */
2914
2914