~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/emu/cpu/mc68hc11/hc11dasm.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
        { "?",                          0,                                              },
464
464
        { "?",                          0,                                              },
465
465
        { "?",                          0,                                              },
466
 
        { "cpy",                        EA_IMM8,                                },
 
466
        { "cpy",                        EA_IMM16,                               },
467
467
        { "?",                          0,                                              },
468
468
        { "?",                          0,                                              },
469
469
        { "xgdy",                       0,                                              },
1283
1283
        return flags;
1284
1284
}
1285
1285
 
1286
 
offs_t hc11_disasm(const device_config *device, char *buffer, offs_t pc, const UINT8 *oprom, const UINT8 *opram)
 
1286
CPU_DISASSEMBLE( hc11 )
1287
1287
{
1288
1288
        UINT32 flags = 0;
1289
1289
        UINT8 opcode;