Skip to content

debug=1 command-line parameter has no effect #5

@ghost

Description

The usage suggests appending debug=1 to the command-line:

$ LD_LIBRARY_PATH=. ./gameboy 
usage: ./gameboy <rom> [bootrom=0] [speed_limit=0] [debug=1] [stdout=0]

However, the emulator still reports that DEBUG=0:

$ LD_LIBRARY_PATH=. ./gameboy wario_walking.gb debug=1
BOOTROM=0
DEBUG=0
SPEED_LIMIT=1
STDOUT=0
    0.000, GB starting...
    0.000, reset ok, waiting for GL...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions