Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMPTY TODO COMMENT #4

Open
piascikj opened this issue Apr 27, 2017 · 0 comments
Open

EMPTY TODO COMMENT #4

piascikj opened this issue Apr 27, 2017 · 0 comments
Labels

Comments

@piascikj
Copy link
Member

    if (this.batteryRam)
        this.loadBatteryRam();

opened via imdone.io from a code comment on 33f1b1c3 by Ben Firshman


jsnes/src/rom.js

Lines 93 to 100 in f5d8c10

/* TODO
if (this.batteryRam)
this.loadBatteryRam();*/
// Check whether byte 8-15 are zero's:
var foundError = false;
for (i = 8; i < 16; i++) {
if (this.header[i] !== 0) {
foundError = true;

@piascikj piascikj added the TODO label Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant