johanberntsson / ozmoo

A Z-machine interpreter for the Commodore 64 and similar computers
GNU General Public License v2.0
114 stars 18 forks source link

Redundant !ifdef in text.asm #38

Closed ZornsLemma closed 3 years ago

ZornsLemma commented 3 years ago

Just a small tweak, if I haven't got confused...

In text.asm's .find_word_in_unordered_dictionary, the whole subroutine is wrapped in "!ifdef Z5PLUS {" but at line 945 there's a test for "!ifdef Z4PLUS {", which I think must always be true.

fredrikr commented 3 years ago

Thanks. Fixed.