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

trunk/src/emu/cpu/h8/h8make.py
r243158r243159
139139        for i in range(0, extra_words):
140140            self.source.append("\tfetch(%d);\n" % (i+base_offset));
141141
142    def description():
142    def description(self):
143143        return "%s %s %s" % (self.name, self.am1, self.am2)
144144   
145145    def add_source_line(self, line):


Previous 199869 Revisions Next


© 1997-2024 The MAME Team