| } | } | ||||
| eq(nt){ | |||||
| return (nt instanceof NESNameTable) ? (this.base64 === nt.base64) : false; | |||||
| } | |||||
| /** | /** | ||||
| * Generates a small 6502 assembly block string containing the current nametable data. | * Generates a small 6502 assembly block string containing the current nametable data. | ||||
| * @param {string} [ntname="NameTableData"] The label name under which to store the data. | * @param {string} [ntname="NameTableData"] The label name under which to store the data. |