Move Speed Control - emutyworks/Learning-GB-Programming GitHub Wiki
Reference
- The Game Boy, a hardware autopsy - Part 2: memory mapping (From 6:19)
- The Cycle-Accurate Game Boy Docs (p25: 7. Joypad)
Programming
- Download this file.
hardware.inc (GitHub)
https://github.com/emutyworks/Learning-GB-Programming/tree/main/move_speed_control
main.asm
tiles.bin
map.bin
rgbasm -o main.o main.asm
rgblink -o move_speed_control.gb main.o
rgbfix -v -p 0 move_speed_control.gb
-
Demo version ROM: move_speed_control.gb