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

« back to all changes in this revision

Viewing changes to src/mame/drivers/trvmadns.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:
104
104
                        if(data != old_data)
105
105
                        {
106
106
                                old_data = data;
107
 
                                printf("port80 = %02X\n",data);
 
107
                                logerror("port80 = %02X\n",data);
108
108
                                //logerror("port80 = %02X\n",data);
109
109
                        }
110
110
 
134
134
 
135
135
                //address |= (data & 0x08) ? 0x8000 : 0;
136
136
 
137
 
//      printf("add = %X\n",address);
 
137
//      logerror("add = %X\n",address);
138
138
 
139
139
                memory_set_bankptr(space->machine, 1, &rom[address]);
140
140
        }
166
166
{
167
167
/*  static int old = -1;
168
168
    if(data!=old)
169
 
        printf("w2 = %02X\n",old=data);
 
169
        logerror("w2 = %02X\n",old=data);
170
170
*/
171
171
}
172
172
 
174
174
{
175
175
/*  static int old = -1;
176
176
    if(data!=old)
177
 
        printf("w3 = %02X\n",old=data);
 
177
        logerror("w3 = %02X\n",old=data);
178
178
*/
179
179
}
180
180
 
187
187
                        cputag_set_input_line(space->machine, "maincpu", 0, HOLD_LINE);
188
188
                }
189
189
//      else
190
 
//          printf("%x \n", cpu_get_previouspc(space->cpu));
 
190
//          logerror("%x \n", cpu_get_previouspc(space->cpu));
191
191
 
192
192
        }
193
193