| Previous | 199869 Revisions | Next |
| r34647 Tuesday 27th January, 2015 at 09:11:46 UTC by Mike Naberezny |
|---|
| h8make: Fix function definition of description(). (nw) |
| [src/emu/cpu/h8] | h8make.py |
| r243158 | r243159 | |
|---|---|---|
| 139 | 139 | for i in range(0, extra_words): |
| 140 | 140 | self.source.append("\tfetch(%d);\n" % (i+base_offset)); |
| 141 | 141 | |
| 142 | def description(): | |
| 142 | def description(self): | |
| 143 | 143 | return "%s %s %s" % (self.name, self.am1, self.am2) |
| 144 | 144 | |
| 145 | 145 | def add_source_line(self, line): |
| https://github.com/mamedev/mame/commit/9981c56a9f4cd5ac0c1db144152165c1be36e377 |
| Previous | 199869 Revisions | Next |