Files
game_and_watch_emulator/README.md
2021-02-08 19:20:55 +01:00

22 lines
523 B
Markdown

# Emulator for the Game and Watch
## Starting
`python3 -m emulator --hex <hexfile>` if you have a Intel HEX file
`python3 -m emulator --bin` if you have the files `flash_backup.bin`, `internal_flash_backup.bin` and `itcm_backup.bin` from the original dumps.
## Current State
Retro-Go: Main menu works kinda, starting games don't work yet
Original firmware: Doesn't work yet
## Key bindings
A-button: C
B-Button: X
D-pad: Arrow keys
Reaction to key presses are lagging, need to hold down the key for a single press