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

« back to all changes in this revision

Viewing changes to src/mame/drivers/ms32.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2010-08-01 23:18:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801231831-9dj2qbsynutixsoe
Tags: 0.139-0ubuntu1
* New upstream release (LP: #612070)
* debian/contrib/manpages: removed, accepted upstream
* debian/patches/:
  - deprecated_gtk_macros: removed, fixed upstream
  - missing_newline.patch: removed, fixed upstream
  - typos.patch: removed, fixed upstream
* debian/rules: new variables SYMLEVEL and DUMPSYM
* mame-tools: ldplayer removed, possibly for good (FTBFS upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1220
1220
{
1221
1221
        irqreq = 0;
1222
1222
        cputag_set_input_line(machine, "maincpu", 0, CLEAR_LINE);
1223
 
        cpu_set_irq_callback(devtag_get_device(machine, "maincpu"), irq_callback);
 
1223
        cpu_set_irq_callback(machine->device("maincpu"), irq_callback);
1224
1224
}
1225
1225
 
1226
1226
static void irq_raise(running_machine *machine, int level)