skip ROMlib functions

This commit is contained in:
Wolfgang Thaller 2019-09-11 23:56:04 +02:00
parent 281c9ca36f
commit e9ccd6913d

View file

@ -385,6 +385,8 @@ public
@data.each do |item|
key, value = first_elem(item)
next if value["name"] =~ /ROMlib/
box(value["name"], value["comment"]) unless key == "executor_only"
case key