nes-tetris-hard-drop-patcher

Crates.iones-tetris-hard-drop-patcher
lib.rsnes-tetris-hard-drop-patcher
version0.1.2
sourcesrc
created_at2021-03-21 03:28:09.903388
updated_at2021-03-22 13:29:17.343077
descriptionTool for modifying the NES Tetris rom to support hard drop
homepagehttps://gitlab.com/stevebob/mos6502/-/tree/master/tetris-hard-drop-patcher
repositoryhttps://gitlab.com/stevebob/mos6502.git
max_upload_size
id371555
size1,027,654
Stephen Sherratt (gridbugs)

documentation

README

NES Tetris Hard Drop Patcher

This tool reads an ines ROM file from standard input, assumes its NES Tetris, and writes an ines ROM file to its standard output which is NES Tetris with the addition of hard drop by pressing "up" on the controller.

$ cargo run < 'Tetris (U) [!].nes' > tetris-hard-drop.nes
$ fceux tetris-hard-drop.nes     # fceux is a NES emulator

demo

IPS Patch

Download the IPS patch that applies this change here.

Commit count: 278

cargo fmt